| org.beryl.gui.table.TableMap org.beryl.gui.table.TableSorter
Method Summary | |
public void | addMouseListenerToHeaderInTable(JTable table) | public void | checkModel() | public int | compare(int row1, int row2) | public int | compareRowsByColumn(int row1, int row2, int column) | public int | getRowForSortedRow(int row) | public int | getSortedRowForRow(int row) | public Object | getValueAt(int aRow, int aColumn) | public void | reallocateIndexes() | public void | setModel(TableModel model) | public void | setValueAt(Object aValue, int aRow, int aColumn) | public void | shuttlesort(int from, int to, int low, int high) | public void | sort(Object sender) | public void | sortByColumn(int column) | public void | swap(int i, int j) | public void | tableChanged(TableModelEvent e) |
addMouseListenerToHeaderInTable | public void addMouseListenerToHeaderInTable(JTable table)(Code) | | |
checkModel | public void checkModel()(Code) | | |
compare | public int compare(int row1, int row2)(Code) | | |
compareRowsByColumn | public int compareRowsByColumn(int row1, int row2, int column)(Code) | | |
getRowForSortedRow | public int getRowForSortedRow(int row)(Code) | | |
getSortedRowForRow | public int getSortedRowForRow(int row)(Code) | | |
getValueAt | public Object getValueAt(int aRow, int aColumn)(Code) | | |
reallocateIndexes | public void reallocateIndexes()(Code) | | |
setValueAt | public void setValueAt(Object aValue, int aRow, int aColumn)(Code) | | |
shuttlesort | public void shuttlesort(int from, int to, int low, int high)(Code) | | |
sortByColumn | public void sortByColumn(int column)(Code) | | |
swap | public void swap(int i, int j)(Code) | | |
|
|