Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableEditor
TableEditor [message #457919] Wed, 06 July 2005 18:26 Go to next message
Eclipse UserFriend
Originally posted by: spiazzi67.netscape.net

I've add a TableEditor to a table (tableitem).
When I remove an item from table, the TableEditor is still present and don't
dispose.
How can I remove these editor at run time?
Re: TableEditor [message #457931 is a reply to message #457919] Thu, 07 July 2005 15:22 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
See TableEditor.dispose().

"spiazzi" <spiazzi67@netscape.net> wrote in message
news:dah7qo$7f6$1@news.eclipse.org...
> I've add a TableEditor to a table (tableitem).
> When I remove an item from table, the TableEditor is still present and
don't
> dispose.
> How can I remove these editor at run time?
>
>
Re: TableEditor [message #458078 is a reply to message #457931] Fri, 08 July 2005 22:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: spiazzi67.netscape.net

Yes, but how to get the editors?
I must save this in an ArrayList, and the dispose it?
Or i can get these from the table object or from the tableItem?


"Steve Northover" <steve_northover@ca.ibm.com> ha scritto nel messaggio
news:dajhb7$p7c$1@news.eclipse.org...
> See TableEditor.dispose().
>
> "spiazzi" <spiazzi67@netscape.net> wrote in message
> news:dah7qo$7f6$1@news.eclipse.org...
>> I've add a TableEditor to a table (tableitem).
>> When I remove an item from table, the TableEditor is still present and
> don't
>> dispose.
>> How can I remove these editor at run time?
>>
>>
>
>
Re: TableEditor [message #458260 is a reply to message #458078] Tue, 12 July 2005 13:53 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Yes. You need to save it yourself.

"spiazzi" <spiazzi67@netscape.net> wrote in message
news:damv22$shf$1@news.eclipse.org...
> Yes, but how to get the editors?
> I must save this in an ArrayList, and the dispose it?
> Or i can get these from the table object or from the tableItem?
>
>
> "Steve Northover" <steve_northover@ca.ibm.com> ha scritto nel messaggio
> news:dajhb7$p7c$1@news.eclipse.org...
> > See TableEditor.dispose().
> >
> > "spiazzi" <spiazzi67@netscape.net> wrote in message
> > news:dah7qo$7f6$1@news.eclipse.org...
> >> I've add a TableEditor to a table (tableitem).
> >> When I remove an item from table, the TableEditor is still present and
> > don't
> >> dispose.
> >> How can I remove these editor at run time?
> >>
> >>
> >
> >
>
>
Previous Topic:Auto scrollbar on text area
Next Topic:Widget Transparency
Goto Forum:
  


Current Time: Thu Mar 28 14:02:11 GMT 2024

Powered by FUDForum. Page generated in 0.05022 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top