public interface Sorter extends TreeAction
TreeModel.getSorters()| Modifier and Type | Field and Description |
|---|---|
static Sorter |
ALPHA_SORTER
The default sorter which sorts the tree nodes alphabetically.
|
static java.lang.String |
ALPHA_SORTER_ID |
static Sorter[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator |
getComparator()
Returns the comparator used for comparing nodes in the tree.
|
boolean |
isVisible() |
getName, getPresentationstatic final Sorter[] EMPTY_ARRAY
static final java.lang.String ALPHA_SORTER_ID
static final Sorter ALPHA_SORTER