Package org.jdesktop.swingx.sort
Class RowFilters.RegexFilter
java.lang.Object
javax.swing.RowFilter<Object,Object>
org.jdesktop.swingx.sort.RowFilters.GeneralFilter
org.jdesktop.swingx.sort.RowFilters.RegexFilter
- Enclosing class:
RowFilters
Cinvalid input: '&P' from core to allow richer factory methods.
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.RowFilter
RowFilter.ComparisonType, RowFilter.Entry<M,
I> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
include
(RowFilter.Entry<? extends Object, ? extends Object> value, int index) Methods inherited from class org.jdesktop.swingx.sort.RowFilters.GeneralFilter
checkIndices, include
Methods inherited from class javax.swing.RowFilter
andFilter, dateFilter, notFilter, numberFilter, orFilter, regexFilter
-
Field Details
-
matcher
-
-
Constructor Details
-
RegexFilter
RegexFilter(Pattern regex, int[] columns)
-
-
Method Details
-
include
- Specified by:
include
in classRowFilters.GeneralFilter
-