Uses of Class
org.eclipse.ui.dialogs.SearchPattern
Packages that use 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
Fields in org.eclipse.ui.dialogs declared as SearchPatternModifier and TypeFieldDescriptionprotected SearchPattern
FilteredItemsSelectionDialog.ItemsFilter.patternMatcher
TheSearchPattern
.Methods in org.eclipse.ui.dialogs with parameters of type SearchPatternModifier 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.Constructors in org.eclipse.ui.dialogs with parameters of type SearchPatternModifierConstructorDescriptionItemsFilter
(SearchPattern searchPattern) Creates new instance of ItemsFilter.