Package docking.widgets.filter
Interface TextFilterFactory
- All Known Implementing Classes:
ContainsTextFilterFactory
,MatchesExactlyTextFilterFactory
,RegularExpressionTextFilterFactory
,StartsWithTextFilterFactory
public interface TextFilterFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetTextFilter
(String text) The factory's method for creating a text filter.
-
Method Details
-
getTextFilter
The factory's method for creating a text filter.- Parameters:
text
- the text used to create the filter- Returns:
- the filter
-