Uses of Class
org.problets.lib.conceptmap.model.TreeModel

Packages that use TreeModel
org.problets.lib.conceptmap.model   
org.problets.lib.conceptmap.model.userbuilt   
org.problets.lib.conceptmap.view   
org.problets.lib.conceptmap.view.collapsible   
org.problets.lib.conceptmap.view.navigable   
org.problets.lib.conceptmap.view.userbuilt   
 

Uses of TreeModel in org.problets.lib.conceptmap.model
 

Methods in org.problets.lib.conceptmap.model that return TreeModel
 TreeModel ForestModel.getTreeModel(int index)
          Returns the tree model at the specified position in the vector of tree models.
 

Uses of TreeModel in org.problets.lib.conceptmap.model.userbuilt
 

Subclasses of TreeModel in org.problets.lib.conceptmap.model.userbuilt
 class UserBuiltTreeModel
          Derived from TreeModel.
 

Uses of TreeModel in org.problets.lib.conceptmap.view
 

Methods in org.problets.lib.conceptmap.view that return TreeModel
 TreeModel TreeView.getTreeModel()
          Returns the tree model which this tree view represents.
 

Constructors in org.problets.lib.conceptmap.view with parameters of type TreeModel
TreeView(TreeModel inTreeModel)
          Creates a TreeView object using the tree model as argument.
 

Uses of TreeModel in org.problets.lib.conceptmap.view.collapsible
 

Constructors in org.problets.lib.conceptmap.view.collapsible with parameters of type TreeModel
CollapsibleTreeView(TreeModel treeModel)
          Creates a CollapsibleTreeView object using the corresponding tree model as argument.
 

Uses of TreeModel in org.problets.lib.conceptmap.view.navigable
 

Constructors in org.problets.lib.conceptmap.view.navigable with parameters of type TreeModel
NavigableTreeView(TreeModel treeModel)
          Creates a NavigableTreeView object using the corresponding tree model as argument.
 

Uses of TreeModel in org.problets.lib.conceptmap.view.userbuilt
 

Constructors in org.problets.lib.conceptmap.view.userbuilt with parameters of type TreeModel
UserBuiltTreeView(TreeModel treeModel)
          Creates a UserBuiltTreeView object using the corresponding tree model as argument.