[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to get tree item from item name?

See if this helps:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet80.java?rev=HEAD&content-type=text/vnd.viewcvs-markup


"Srinivasan Sairam" <Srinivasan.Sairam@xxxxxxx> wrote in message
news:fa6878d1662cc2a664d1cedc863564cb$1@xxxxxxxxxxxxxxxxxx
> Hello,
> I am using a TreeViewer and underneath the model, the tree items are
> holding some of the bussiness specific information.  Programatically I
> want to get hold of a tree item (without the user selecting them).  Is it
> possible to get the tree item if I only know the item's name? If so, how?
>
> Thanks
>
> Sai
>