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

Packages that use TreeNode
com.jaxfront.core.ui   
com.jaxfront.swing.ui.editor   
com.jaxfront.swing.ui.tools   
 

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.
 

Uses of TreeNode in com.jaxfront.swing.ui.editor
 

Methods in com.jaxfront.swing.ui.editor that return TreeNode
 TreeNode NavigationTree.getNode(Type type)
          Returns the TreeNode from the tree with the specified type
 TreeNode AbstractEditorPanel.getSelectedNode()
           
 TreeNode AbstractEditorPanel.getSelectedTreeNode()
          Returns the selected TreeNode in the NavigationTree if any.
 TreeNode AbstractPopUpMenu.getTreeNode()
          Returns the tree node.
 

Methods in com.jaxfront.swing.ui.editor with parameters of type TreeNode
 void AbstractEditorPanel.highlightNode(TreeNode node)
           
 void AbstractEditorPanel.selectNode(TreeNode node)
          Selects a TreeNode in the NavigationTree.
 void AbstractEditorPanel.setSelectedNode(TreeNode treeNode)
           
 void NavigationTree.sortListElements(TreeNode selectedNode, int direction)
           
 Visualizer TypeWorkspace.visualize(TreeNode node)
          Visualizes the specified TreeNode from the NavigationTree
 Visualizer TypeWorkspace.visualize(TreeNode node, boolean forceRepaint)
          Visualizes the specified TreeNode from the NavigationTree
 

Constructors in com.jaxfront.swing.ui.editor with parameters of type TreeNode
AbstractPopUpMenu(NavigationTree tree, TreeNode treeNode)
          AbstractPopUpMenu constructor.
DefaultPopUpMenu(NavigationTree tree, TreeNode treeNode)
          DefaultPopUpMenu constructor.
 

Uses of TreeNode in com.jaxfront.swing.ui.tools
 

Methods in com.jaxfront.swing.ui.tools with parameters of type TreeNode
static void TreeUtil.setTreeNodeStates(javax.swing.JTree tree, TreeNode node, java.util.Vector expandedNodePaths, int start)
          This method to restore the expanded treenode states stored in the expandedNodePaths Vector.