Package docking.widgets.filter
Class RegularExpressionTextFilterFactory
- java.lang.Object
-
- docking.widgets.filter.RegularExpressionTextFilterFactory
-
- All Implemented Interfaces:
TextFilterFactory
public class RegularExpressionTextFilterFactory extends java.lang.Object implements TextFilterFactory
-
-
Constructor Summary
Constructors Constructor Description RegularExpressionTextFilterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextFilter
getTextFilter(java.lang.String text)
The factory's method for creating a text filter.
-
-
-
Method Detail
-
getTextFilter
public TextFilter getTextFilter(java.lang.String text)
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
-
-