Package repast.simphony.ui.table
Class BooleanFilter<M,I>
java.lang.Object
javax.swing.RowFilter<M,I>
repast.simphony.ui.table.NamedRowFilter<M,I,Boolean>
repast.simphony.ui.table.BooleanFilter<M,I>
- Type Parameters:
M-I-
Row filter for boolean values
- Author:
- Eric Tatara
-
Nested Class Summary
Nested classes/interfaces inherited from class repast.simphony.ui.table.NamedRowFilter
NamedRowFilter.OperatorNested classes/interfaces inherited from class javax.swing.RowFilter
RowFilter.ComparisonType, RowFilter.Entry<M extends Object,I extends Object> -
Field Summary
Fields inherited from class repast.simphony.ui.table.NamedRowFilter
colIndex, filterValue, name, operator -
Constructor Summary
ConstructorsConstructorDescriptionBooleanFilter(String columnName, int colIndex, Boolean filterValue, NamedRowFilter.Operator operator) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninclude(RowFilter.Entry<? extends M, ? extends I> entry) Methods inherited from class repast.simphony.ui.table.NamedRowFilter
toStringMethods inherited from class javax.swing.RowFilter
andFilter, dateFilter, notFilter, numberFilter, orFilter, regexFilter
-
Constructor Details
-
BooleanFilter
public BooleanFilter(String columnName, int colIndex, Boolean filterValue, NamedRowFilter.Operator operator)
-
-
Method Details
-
include
- Specified by:
includein classNamedRowFilter<M,I, Boolean>
-