Uses of Class
de.cbse.jeasy.JETreeNode

Uses of JETreeNode in de.cbse.jeasy
 

Methods in de.cbse.jeasy that return JETreeNode
 JETreeNode JETreeNode.getNodeById(javax.swing.tree.DefaultMutableTreeNode jetn, java.lang.String id)
          Gets the JETreeNode by its id down from given TreeNode
 JETreeNode JETreeNode.getNodeById(java.lang.String id)
          Gets the JETreeNode by its id
 

Methods in de.cbse.jeasy with parameters of type JETreeNode
 void JEComponent.add(JETreeNode tn)
          Adds this JETreenode to the given JETreeNode
 void JETreeNode.insertInOrder(JETreeNode jet)
          Adds a treeNode in order using the text property to compare
 void JEComponent.remove(JETreeNode tn)
          Removes this JETreenode from the given JETreeNode