| Package | Description |
|---|---|
| i2p.susi.util |
| Modifier and Type | Method and Description |
|---|---|
Folder.SortOrder |
Folder.getCurrentSortingDirection() |
static Folder.SortOrder |
Folder.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Folder.SortOrder[] |
Folder.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Folder.setSortingDirection(Folder.SortOrder direction)
Sets the sorting direction of the folder.
|