org.wingx.table
Interface SortableTableModel
- All Superinterfaces:
- RefreshableModel, TableModel
- All Known Implementing Classes:
- AbstractSortableTableModel, XTableModel
public interface SortableTableModel
- extends TableModel, RefreshableModel
- Author:
- hengels
SORT_NONE
static final int SORT_NONE
- See Also:
- Constant Field Values
SORT_ASCENDING
static final int SORT_ASCENDING
- See Also:
- Constant Field Values
SORT_DESCENDING
static final int SORT_DESCENDING
- See Also:
- Constant Field Values
getSort
int getSort(int col)
setSort
void setSort(int col,
int order)
wingS Swings ;-)