Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.DifferentSimpleFilter

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

public static class TableSorter.DifferentSimpleFilter
extends TableSorter.SimpleFilter

Class that represents a simple filter for a table column. It is used to filter the values different from the one stored in the filter.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ontimize.gui.table.TableSorter.SimpleFilter
value
 
Constructor Summary
TableSorter.DifferentSimpleFilter(java.lang.Object value)
          Creates a filter to indicate that the objects are not equal.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.ontimize.gui.table.TableSorter.SimpleFilter
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableSorter.DifferentSimpleFilter

public TableSorter.DifferentSimpleFilter(java.lang.Object value)
Creates a filter to indicate that the objects are not equal.

Parameters:
value -
Method Detail

toString

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

Ontimize