API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. RowSorterEvent View Source
Author(s)
Since
1.6
Version
1.3 11/17/05
Serial
Hierarchy
 Object
      EventObject
          RowSorterEvent
Implements
Subclasses
Description
public class RowSorterEvent
  RowSorterEvent provides notification of changes to a RowSorter.
See also:    RowSorter
Constructors
public RowSorterEvent (RowSorter source)
  Creates a RowSorterEvent of type SORT_ORDER_CHANGED.
public RowSorterEvent (RowSorter source, Type type, int[] previousRowIndexToModel)
  Creates a RowSorterEvent.
Methods
Hide/Show inherited methods
public int convertPreviousRowIndexToModel (int index)
  Returns the location of index in terms of the model prior to the sort.
public int getPreviousRowCount ()
  Returns the number of rows before the sort.
public RowSorter getSource () [Overrides EventObject]
  Returns the source of the event as a RowSorter.
public Type getType ()
  Returns the type of event.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
  RowSorterEvent.Type
Enumeration of the types of RowSorterEvents.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar