Package | Description |
---|---|
sk.stuba.fiit.perconik.eclipse.swt |
Extension to the
org.eclipse.swt package
of the Eclipse Platform. |
sk.stuba.fiit.perconik.eclipse.swt.widgets |
Extension to the
org.eclipse.swt.widgets package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
SortDirection |
SortDirection.opposite() |
static SortDirection |
SortDirection.valueOf(int value) |
static SortDirection |
SortDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableSorter.Handle |
TableSorter.attach(org.eclipse.swt.widgets.TableColumn column,
SortDirection direction) |
static void |
TableSorter.automaticSort(org.eclipse.swt.widgets.Table table,
org.eclipse.swt.widgets.TableColumn defaultColumn,
SortDirection defaultDirection) |
void |
TableSorter.sort(org.eclipse.swt.widgets.TableColumn column,
SortDirection direction) |