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

Packages that use TreeModel
com.jaxfront.core.ui   
 

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.