Uses of Class
com.jaxfront.core.ui.TreeNode

Packages that use TreeNode
com.jaxfront.core.ui   
 

Uses of TreeNode in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return TreeNode
 TreeNode TreeModel.getNode(Type type)
          Returns the treeNode for the passing type.
 TreeNode EditablePanel.getSelectedTreeNode()
          Returns the selected tree node in the navigation tree.
 

Methods in com.jaxfront.core.ui with parameters of type TreeNode
 void TreeModel.buildTree(TreeNode startNode, Type startType)
          Builds the tree according to the underlying JAXFront type tree.
 boolean TreeModel.buildTree(TreeNode node, Type type, Type parentType, boolean addable, boolean checkRepresentedAsTreeNode, int position)
          Builds the tree model based on the parent node, a JAXFront type and its parent.
 int TreeNode.getPosition(TreeNode node)
          Calculates and returns the position of the current node in the tree
 void EditablePanel.selectNode(TreeNode node)
          Selects a TreeNode in the NavigationTree.