Uses of Class
org.eclipse.ui.dialogs.SearchPattern
Package
Description
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of SearchPattern in org.eclipse.ui.dialogs
Modifier and TypeFieldDescriptionprotected SearchPattern
FilteredItemsSelectionDialog.ItemsFilter.patternMatcher
TheSearchPattern
.Modifier and TypeMethodDescriptionboolean
SearchPattern.equalsPattern
(SearchPattern pattern) Tells whether the givenSearchPattern
equals this pattern.boolean
SearchPattern.isSubPattern
(SearchPattern pattern) Tells whether the givenSearchPattern
is a sub-pattern of this pattern.ModifierConstructorDescriptionItemsFilter
(SearchPattern searchPattern) Creates new instance of ItemsFilter.