public interface ITreeNode<T extends ITreeNode>
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
children() |
boolean |
getAllowsChildren() |
T |
getChildAt(int childIndex) |
int |
getChildCount() |
int |
getIndex(T node) |
T |
getParent() |
boolean |
isLeaf() |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.