Uses of Interface
to.etc.domui.component.tree.ITreeModel

Packages that use ITreeModel
to.etc.domui.component.tree   
 

Uses of ITreeModel in to.etc.domui.component.tree
 

Classes in to.etc.domui.component.tree that implement ITreeModel
 class TreeNodeModelBase<T extends ITreeNode<T>>
          Concrete implementation of a tree node model using AbstractTreeNodeBase thingies.
 

Methods in to.etc.domui.component.tree that return ITreeModel
 ITreeModel<T> Tree.getModel()
          Get the currently used model.
 

Methods in to.etc.domui.component.tree with parameters of type ITreeModel
 void Tree.setModel(ITreeModel<T> model)
          Set a new model for this table.
 

Constructors in to.etc.domui.component.tree with parameters of type ITreeModel
Tree(ITreeModel<T> model)
           
TreeSelect(ITreeModel<T> model)
           
TreeSelectionWindow(boolean modal, java.lang.String txt, ITreeModel<T> model)