Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.DifferentFilter

java.lang.Object
  extended bycom.ontimize.gui.table.TableSorter.Filter
      extended bycom.ontimize.gui.table.TableSorter.DifferentFilter
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TableSorter

public static class TableSorter.DifferentFilter
extends TableSorter.Filter

Class that represents a filter to a table column. The filter sets a list of values that will be different to the target column.

See Also:
Serialized Form

Field Summary
static int DIFFERENT
           
 
Fields inherited from class com.ontimize.gui.table.TableSorter.Filter
condition, dateFormat, EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, RANGE, values
 
Constructor Summary
TableSorter.DifferentFilter(int condition, java.lang.Object[] values)
          Creates a new filter.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.ontimize.gui.table.TableSorter.Filter
getCondition, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIFFERENT

public static final int DIFFERENT
See Also:
Constant Field Values
Constructor Detail

TableSorter.DifferentFilter

public TableSorter.DifferentFilter(int condition,
                                   java.lang.Object[] values)
Creates a new filter.

Parameters:
condition - the condition to apply
values - the objects to use when checking the condition
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class TableSorter.Filter

Ontimize