API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. RowFilter.Entry View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      RowFilter.Entry
Implements
Subclasses
Description
publicabstractstatic abstract class RowFilter.Entry
  An Entry object is passed to instances of RowFilter, allowing the filter to get the value of the entry's data, and thus to determine whether the entry should be shown.
Constructors
public RowFilter.Entry ()
Creates an Entry.
Methods
Hide/Show inherited methods
publicabstract I getIdentifier ()
  Returns the identifer (in the model) of the entry.
publicabstract M getModel ()
  Returns the underlying model.
public String getStringValue (int index)
  Returns the string value at the specified index.
publicabstract Object getValue (int index)
  Returns the value at the specified index.
publicabstract int getValueCount ()
  Returns the number of values in the entry.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar