Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Searchable List
Searchable List [message #448021] Fri, 24 December 2004 09:38 Go to next message
Eclipse UserFriend
Originally posted by: roman.spycher.netcetera.ch

Does anyone know, how I implement a searchable list?

It should look like in Eclipse, if not all tabs can be displayed. In
that case, the CTabFolder displays a "Chevron"-icon. If you click on it,
it apears kind of a Tooltip with a search field and a menu in it. The
menu is updated as you type and you can select the menu items using the
mouse or the arrow keys.

Does anyone know how this is done?

Greetings
Roman
Re: Searchable List [message #448751 is a reply to message #448021] Thu, 13 January 2005 19:13 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Roman, sorry for the late response,

To see Eclipse's implementation of this as an example, start looking at
org.eclipse.ui.internal.presentations.defaultpresentation.De faultPartList.sh
ow(Control,Point,IPresentablePart) .
The "menu" is an org.eclipse.ui.internal.presentations.BasicPartList.

Grant

"Roman Spycher" <roman.spycher@netcetera.ch> wrote in message
news:cqgo22$kb$1@www.eclipse.org...
> Does anyone know, how I implement a searchable list?
>
> It should look like in Eclipse, if not all tabs can be displayed. In
> that case, the CTabFolder displays a "Chevron"-icon. If you click on it,
> it apears kind of a Tooltip with a search field and a menu in it. The
> menu is updated as you type and you can select the menu items using the
> mouse or the arrow keys.
>
> Does anyone know how this is done?
>
> Greetings
> Roman
Previous Topic:Strange "dispose" problem
Next Topic:combo boxes in eclipse forms
Goto Forum:
  


Current Time: Fri Apr 26 11:10:57 GMT 2024

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

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

Back to the top