Package docking.widgets.filter
Class MatchesExactlyTextFilterFactory
java.lang.Object
docking.widgets.filter.MatchesExactlyTextFilterFactory
- All Implemented Interfaces:
TextFilterFactory
A filter factory that creates
TextFilter
s that will pass text when it matches
the filter exactly.-
Constructor Summary
ConstructorDescriptionMatchesExactlyTextFilterFactory
(boolean caseSensitive, boolean allowGlobbing) -
Method Summary
Modifier and TypeMethodDescriptiongetTextFilter
(String text) The factory's method for creating a text filter.
-
Constructor Details
-
MatchesExactlyTextFilterFactory
public MatchesExactlyTextFilterFactory(boolean caseSensitive, boolean allowGlobbing)
-
-
Method Details
-
getTextFilter
Description copied from interface:TextFilterFactory
The factory's method for creating a text filter.- Specified by:
getTextFilter
in interfaceTextFilterFactory
- Parameters:
text
- the text used to create the filter- Returns:
- the filter
-