Interface NodeAccess


public interface NodeAccess
  • Method Details

    • setAnnotation

      void setAnnotation(Object annotation)
      Set the annotation for this branch (will be used when instructing TreeInterfaces
      Parameters:
      annotation - The annotation object (dependent on the TreeInterface instructed)
    • getAnnotation

      Object getAnnotation()
    • isLeaf

      boolean isLeaf()
    • getLabel

      String getLabel()