public interface NodeAccess
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAnnotation() |
java.lang.String |
getLabel() |
boolean |
isLeaf() |
void |
setAnnotation(java.lang.Object annotation)
Set the annotation for this branch (will be used when instructing TreeInterfaces
|
void setAnnotation(java.lang.Object annotation)
annotation
- The annotation object (dependent on the TreeInterface instructed)java.lang.Object getAnnotation()
boolean isLeaf()
java.lang.String getLabel()