| Package | Description |
|---|---|
| org.smallmind.swing.table |
| Modifier and Type | Method and Description |
|---|---|
SortableDirection |
SortableColumnTracker.getDirection() |
SortableDirection |
SortableTable.getSortDirection(E enumDataType) |
static SortableDirection |
SortableDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortableDirection[] |
SortableDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortableColumnTracker.setDirection(SortableDirection direction) |
void |
SortableTable.setSortDirection(E enumDataType,
SortableDirection direction) |
| Constructor and Description |
|---|
SortableColumnTracker(E enumDataType,
SortableDirection direction) |
Copyright © 2017. All rights reserved.