Package org.jdesktop.swingx.sort
Class RowFilters.RegexFilter
- java.lang.Object
-
- javax.swing.RowFilter<java.lang.Object,java.lang.Object>
-
- org.jdesktop.swingx.sort.RowFilters.GeneralFilter
-
- org.jdesktop.swingx.sort.RowFilters.RegexFilter
-
- Enclosing class:
- RowFilters
private static class RowFilters.RegexFilter extends RowFilters.GeneralFilter
C&P from core to allow richer factory methods.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.regex.Matcher
matcher
-
Constructor Summary
Constructors Constructor Description RegexFilter(java.util.regex.Pattern regex, int[] columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
include(javax.swing.RowFilter.Entry<? extends java.lang.Object,? extends java.lang.Object> value, int index)
-
Methods inherited from class org.jdesktop.swingx.sort.RowFilters.GeneralFilter
checkIndices, include
-
-
-
-
Method Detail
-
include
protected boolean include(javax.swing.RowFilter.Entry<? extends java.lang.Object,? extends java.lang.Object> value, int index)
- Specified by:
include
in classRowFilters.GeneralFilter
-
-