public interface ISortableTableContentProvider extends ITableContentProvider
Table whose rows can be sorted based on data specified in
ISortInfo
Modifier and Type | Method and Description |
---|---|
ISortInfo |
getSort()
Returns current sort info.
|
void |
setSort(ISortInfo sort)
Sets new sort info, re-sorting the table (if necessary).
|
getCurrentRow, getRowCount, getRowIndex, getRowVariable, isRowAvailable, setRowIndex, setRowVariable
getPropertyKeys, getType, getValue, hasProperty, toString
ISortInfo getSort()
void setSort(ISortInfo sort)
sort
- Sort info, must not be null.