public interface TreeModel
Modifier and Type | Method and Description |
---|---|
Filter [] |
getFilters()
Returns the array of actions for filtering items in the tree.
|
Grouper [] |
getGroupers()
Returns the list of actions for grouping items in the tree.
|
TreeElement |
getRoot()
Returns the root element of the tree.
|
Sorter [] |
getSorters()
Returns the array of actions for sorting items in the tree.
|
TreeElement getRoot()
Grouper [] getGroupers()
Grouper.EMPTY_ARRAY
Sorter [] getSorters()
Sorter.EMPTY_ARRAY
Filter [] getFilters()
Filter.EMPTY_ARRAY