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

Packages that use TreeModel
com.jaxfront.core.ui   
com.jaxfront.swing.ui.editor   
 

Uses of TreeModel in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return TreeModel
 TreeModel EditablePanel.getTreeModel()
          Returns the tree model for the navigation tree.
 

Methods in com.jaxfront.core.ui with parameters of type TreeModel
 void TreeNode.setModel(TreeModel model)
          Sets the tree model for this node
 

Constructors in com.jaxfront.core.ui with parameters of type TreeModel
TreeNode(TreeModel model, Type type)
          Creates a TreeNode based on a type.
 

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

Methods in com.jaxfront.swing.ui.editor that return TreeModel
 TreeModel AbstractEditorPanel.getTreeModel()
          Returns the model from the instance of the class NavigationTree