Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problem with SWT Tree, TreeItem
Problem with SWT Tree, TreeItem [message #443900] Mon, 04 October 2004 13:53 Go to next message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Hi,

I have used the SWT Tree to represent some data. The problem is the
following: I have noticed that there are no methods to delete a TreeItem
from the Tree. How can I solve this problem fastly? Does anybody have an
idea?

Best regards,

ivan
Re: Problem with SWT Tree, TreeItem [message #443909 is a reply to message #443900] Mon, 04 October 2004 14:19 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
See TreeItem.dispose().

"Ivan" <izorzi@unibz.it> wrote in message news:cjrkk1$dn7$1@eclipse.org...
> Hi,
>
> I have used the SWT Tree to represent some data. The problem is the
> following: I have noticed that there are no methods to delete a TreeItem
> from the Tree. How can I solve this problem fastly? Does anybody have an
> idea?
>
> Best regards,
>
> ivan
>
Re: Problem with SWT Tree, TreeItem [message #443914 is a reply to message #443909] Mon, 04 October 2004 14:33 Go to previous messageGo to next message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Ok,
but in which way the TreeItem will be removed from the Tree? What will
happen to the sub-tree related to the TreeItem I want to remove?

Thanks,

ivan




Steve Northover wrote:

> See TreeItem.dispose().

> "Ivan" <izorzi@unibz.it> wrote in message news:cjrkk1$dn7$1@eclipse.org...
> > Hi,
> >
> > I have used the SWT Tree to represent some data. The problem is the
> > following: I have noticed that there are no methods to delete a TreeItem
> > from the Tree. How can I solve this problem fastly? Does anybody have an
> > idea?
> >
> > Best regards,
> >
> > ivan
> >
Re: Problem with SWT Tree, TreeItem [message #443931 is a reply to message #443914] Mon, 04 October 2004 16:29 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
They are removed.

"Ivan" <izorzi@unibz.it> wrote in message news:cjrmvv$jlr$1@eclipse.org...
> Ok,
> but in which way the TreeItem will be removed from the Tree? What will
> happen to the sub-tree related to the TreeItem I want to remove?
>
> Thanks,
>
> ivan
>
>
>
>
> Steve Northover wrote:
>
> > See TreeItem.dispose().
>
> > "Ivan" <izorzi@unibz.it> wrote in message
news:cjrkk1$dn7$1@eclipse.org...
> > > Hi,
> > >
> > > I have used the SWT Tree to represent some data. The problem is the
> > > following: I have noticed that there are no methods to delete a
TreeItem
> > > from the Tree. How can I solve this problem fastly? Does anybody have
an
> > > idea?
> > >
> > > Best regards,
> > >
> > > ivan
> > >
>
>
Previous Topic:Changing color of canvas ...
Next Topic:Bug in plugin.xml parsing in Eclipse.
Goto Forum:
  


Current Time: Fri Apr 26 11:07:54 GMT 2024

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

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

Back to the top