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.Operator
Nested 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
ConstructorDescriptionBooleanFilter
(String columnName, int colIndex, Boolean filterValue, NamedRowFilter.Operator operator) -
Method Summary
Modifier and TypeMethodDescriptionboolean
include
(RowFilter.Entry<? extends M, ? extends I> entry) Methods inherited from class repast.simphony.ui.table.NamedRowFilter
toString
Methods 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:
include
in classNamedRowFilter<M,
I, Boolean>
-