public interface SortableTableModel extends TableModel
| Modifier and Type | Field and Description |
|---|---|
static String |
ASC |
static String |
DESC |
static String |
NONE |
| Modifier and Type | Method and Description |
|---|---|
int |
getSortedColumnNumber() |
String |
getSortedDirection(int columnNumber) |
void |
sort(int columnNumber,
String direction) |
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAtstatic final String NONE
static final String ASC
static final String DESC
Copyright © 2013 Atlassian. All Rights Reserved.