Uses of Class
org.eclipse.ui.dialogs.SearchPattern
-
Packages that use SearchPattern Package Description org.eclipse.ui.dialogs 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 SearchPattern Modifier and Type Field Description protected SearchPattern
FilteredItemsSelectionDialog.ItemsFilter. patternMatcher
Methods in org.eclipse.ui.dialogs with parameters of type SearchPattern Modifier and Type Method Description boolean
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 SearchPattern Constructor Description ItemsFilter(SearchPattern searchPattern)
Creates new instance of ItemsFilter.
-