API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. DefaultRowSorter.ModelWrapper View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      DefaultRowSorter.ModelWrapper
Implements
Subclasses
Description
protectedabstractstatic abstract class DefaultRowSorter.ModelWrapper
  DefaultRowSorter.ModelWrapper is responsible for providing the data that gets sorted by DefaultRowSorter.
See also:    RowFilter RowFilter.Entry
Constructors
protected DefaultRowSorter.ModelWrapper ()
Creates a new ModelWrapper.
Methods
Hide/Show inherited methods
publicabstract int getColumnCount ()
  Returns the number of columns in the model.
publicabstract I getIdentifier (int row)
  Returns the identifier for the specified row.
publicabstract M getModel ()
  Returns the underlying model that this Model is wrapping.
publicabstract int getRowCount ()
  Returns the number of rows in the model.
public String getStringValueAt (int row, int column)
  Returns the value as a String at the specified index.
publicabstract Object getValueAt (int row, int column)
  Returns the value at the specified index.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar