public interface TreeElement
TreeModel.getRoot()| Modifier and Type | Field and Description |
|---|---|
static TreeElement[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
TreeElement [] |
getChildren()
Returns the list of children of the tree element.
|
ItemPresentation |
getPresentation()
Returns the presentation of the tree element.
|
static final TreeElement[] EMPTY_ARRAY
ItemPresentation getPresentation()
TreeElement [] getChildren()