Package docking.widgets.filter
Class MatchesExactlyTextFilterFactory
java.lang.Object
docking.widgets.filter.MatchesExactlyTextFilterFactory
- All Implemented Interfaces:
- TextFilterFactory
A filter factory that creates 
TextFilters that will pass text when it matches
 the filter exactly.- 
Constructor SummaryConstructorsConstructorDescriptionMatchesExactlyTextFilterFactory(boolean caseSensitive, boolean allowGlobbing) 
- 
Method SummaryModifier and TypeMethodDescriptiongetTextFilter(String text) The factory's method for creating a text filter.
- 
Constructor Details- 
MatchesExactlyTextFilterFactorypublic MatchesExactlyTextFilterFactory(boolean caseSensitive, boolean allowGlobbing) 
 
- 
- 
Method Details- 
getTextFilterDescription copied from interface:TextFilterFactoryThe factory's method for creating a text filter.- Specified by:
- getTextFilterin interface- TextFilterFactory
- Parameters:
- text- the text used to create the filter
- Returns:
- the filter
 
 
-