Uses of Class
edu.ksu.cis.viewer.EmptyTreeException

Uses of EmptyTreeException in edu.ksu.cis.viewer
 

Methods in edu.ksu.cis.viewer that throw EmptyTreeException
 Object TreeInterface.getRoot()
          Returns the root of the tree.
 TreeInterface[] TreeInterface.getChildren()
          Returns the children of the tree.
 Node BinaryTree.getRoot()
          Returns the root of this tree.
 BinaryTree BinaryTree.getLeftChild()
          Returns the left-hand child of this tree.
 BinaryTree BinaryTree.getRightChild()
          Returns the right-hand child of this tree.