Uses of Interface
org.eclipse.ui.ide.dialogs.IElementFilter
-
Packages that use IElementFilter Package Description org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface. -
-
Uses of IElementFilter in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type IElementFilter Modifier and Type Method Description protected void
WizardResourceImportPage. getSelectedResources(IElementFilter filter, IProgressMonitor monitor)
Returns this page's list of currently-specified resources to be imported filtered by the IElementFilter. -
Uses of IElementFilter in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs with parameters of type IElementFilter Modifier and Type Method Description void
ResourceTreeAndListGroup. getAllCheckedListItems(IElementFilter filter, IProgressMonitor monitor)
Returns a flat list of all of the leaf elements which are checked.
-