Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page

Filtered item selection dialog

FilteredItemsSelectionDialog is a powerful dialog for displaying a set of items to be selected by the user. This dialog is used as the basis of the "Open Resource" and "Open Type" dialogs in the Eclipse SDK. You can create your own subclass of this dialog to quickly implement a similar dialog for your domain objects. Some of the dialog's key features include:

  • Support for multiple selections
  • Details field that shows information about the selected element
  • Uses JFace viewers, content and label providers
  • Background population, filtering, sorting, and refreshing of the item list
  • History of previously selected elements persisted across invocations
  • Supports for regular expression pattern matching and camel-case matching. Filtering is implemented using SearchPattern
For examples illustrating how to create you own custom implementations of this dialog, see the following:

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire