|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.table.AbstractTableModel uic.widgets.TableSorter
Deprectated class since the original has been moved to uic.model.
TableRowSorter
,
Serialized FormField Summary | |
protected TableModel |
model
Deprecated. |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
TableSorter()
Deprecated. |
|
TableSorter(TableModel model)
Deprecated. |
Method Summary | |
void |
addKeyListenerToTable(JTable table)
Deprecated. |
void |
addMouseListenerToHeaderInTable(JTable table)
Deprecated. |
void |
addSortedColumn(int column,
boolean ascending)
Deprecated. |
Class |
getColumnClass(int aColumn)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int aColumn)
Deprecated. |
TableModel |
getModel()
Deprecated. |
int |
getOrgIndex(int i)
Deprecated. |
int |
getOriginalIndex(int localIndex)
Deprecated. |
int |
getRowCount()
Deprecated. |
int[] |
getSortedColumns()
Deprecated. |
Object |
getValueAt(int aRow,
int aColumn)
Deprecated. |
boolean |
isAscending()
Deprecated. |
boolean |
isCellEditable(int row,
int column)
Deprecated. |
void |
n2sort()
Deprecated. |
void |
setModel(TableModel model)
Deprecated. |
void |
setValueAt(Object aValue,
int aRow,
int aColumn)
Deprecated. |
void |
sort()
Deprecated. |
void |
sortByColumn(int column)
Deprecated. |
void |
sortByColumn(int column,
boolean ascending)
Deprecated. |
void |
tableChanged(TableModelEvent e)
Deprecated. |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TableModel model
Constructor Detail |
public TableSorter()
TableRowSorter
public TableSorter(TableModel model)
TableRowSorter
Method Detail |
public void tableChanged(TableModelEvent e)
tableChanged
in interface TableModelListener
TableRowSorter
public void sort()
TableRowSorter
public void n2sort()
TableRowSorter
public int getOriginalIndex(int localIndex)
TableRowSorter
public int getOrgIndex(int i)
getOriginalIndex(int)
public Object getValueAt(int aRow, int aColumn)
getValueAt
in interface TableModel
TableRowSorter
public void setValueAt(Object aValue, int aRow, int aColumn)
setValueAt
in interface TableModel
TableRowSorter
public void sortByColumn(int column)
TableRowSorter
public void sortByColumn(int column, boolean ascending)
TableRowSorter
public void addSortedColumn(int column, boolean ascending)
TableRowSorter
public int[] getSortedColumns()
TableRowSorter
public boolean isAscending()
TableRowSorter
public void addMouseListenerToHeaderInTable(JTable table)
TableRowSorter
public void addKeyListenerToTable(JTable table)
TableRowSorter
public TableModel getModel()
getModel
in interface TableViewInterface
TableRowSorter
public void setModel(TableModel model)
TableRowSorter
public int getRowCount()
getRowCount
in interface TableModel
TableRowSorter
public int getColumnCount()
getColumnCount
in interface TableModel
TableRowSorter
public String getColumnName(int aColumn)
getColumnName
in interface TableModel
TableRowSorter
public Class getColumnClass(int aColumn)
getColumnClass
in interface TableModel
TableRowSorter
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
TableRowSorter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |