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 SearchPatternFilteredItemsSelectionDialog.ItemsFilter.patternMatcherTheSearchPattern.Methods in org.eclipse.ui.dialogs with parameters of type SearchPatternModifier and TypeMethodDescriptionbooleanSearchPattern.equalsPattern(SearchPattern pattern) Tells whether the givenSearchPatternequals this pattern.booleanSearchPattern.isSubPattern(SearchPattern pattern) Tells whether the givenSearchPatternis a sub-pattern of this pattern.Constructors in org.eclipse.ui.dialogs with parameters of type SearchPatternModifierConstructorDescriptionItemsFilter(SearchPattern searchPattern) Creates new instance of ItemsFilter.