Uses of Class
repast.simphony.ui.table.NamedRowFilter
Packages that use NamedRowFilter
-
Uses of NamedRowFilter in repast.simphony.ui.table
Subclasses of NamedRowFilter in repast.simphony.ui.tableModifier and TypeClassDescriptionclassBooleanFilter<M,I> Row filter for boolean valuesclassComponentFilter<M,I> Row filter for ComponentsclassNumberFilter<M,I> Row filter for numeric values;classObjectFilter<M,I> Row filter for objects other than string or numericclassStringFilter<M,I> Row filter for string values.Methods in repast.simphony.ui.table that return NamedRowFilterModifier and TypeMethodDescriptionNamedRowFilter<M,I, ?> TableFilterFactory.createFilter(String name, int col, Class<?> colClass, String filterVal, NamedRowFilter.Operator op)