javax > javax.swing > javax.swing.rowsorter >

Class: javax.swing.RowSorter
    java.lang.Object
       javax.swing.RowSorter


public abstract class RowSorter extends Object

Inner Class(es): RowSorter.SortKey

FIELDS:

CONSTRUCTORS:
public RowSorter()


METHODS:
public void addRowSorterListener(RowSorterListener l)

public abstract void allRowsChanged()

public abstract int convertRowIndexToModel(int index)
Throws: IndexOutOfBoundsException

public abstract int convertRowIndexToView(int index)
Throws: IndexOutOfBoundsException

protected void fireRowSorterChanged(int[] lastRowIndexToModel)

protected void fireSortOrderChanged()

public abstract Object getModel()

public abstract int getModelRowCount()

public abstract List getSortKeys()

public abstract int getViewRowCount()

public abstract void modelStructureChanged()

public void removeRowSorterListener(RowSorterListener l)

public abstract void rowsDeleted(int firstRow, int endRow)
Throws: IndexOutOfBoundsException

public abstract void rowsInserted(int firstRow, int endRow)
Throws: IndexOutOfBoundsException

public abstract void rowsUpdated(int firstRow, int endRow)
Throws: IndexOutOfBoundsException

public abstract void rowsUpdated(int firstRow, int endRow, int column)
Throws: IndexOutOfBoundsException

public abstract void setSortKeys(List keys)

public abstract void toggleSortOrder(int column)
Throws: IndexOutOfBoundsException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
DefaultRowSorter,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net