|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeModel | |
org.zaval.data | Different interfaces and classes used for data representation. |
org.zaval.lw | This is basic package of the light weight library. |
org.zaval.lw.grid | This is set of classes to implement the light weight grid and tree grid components. |
org.zaval.lw.tree | This is set of classes to implement the light weight tree component. |
Uses of TreeModel in org.zaval.data |
Classes in org.zaval.data that implement TreeModel | |
class |
Tree
This class is implementation of TreeModel interface and it is used to organize
tree-like structures basing on Item class. |
Uses of TreeModel in org.zaval.lw |
Methods in org.zaval.lw that return TreeModel | |
static TreeModel |
LwFilePanel.createTreeModel(java.lang.String root,
java.io.FilenameFilter f)
|
Uses of TreeModel in org.zaval.lw.grid |
Methods in org.zaval.lw.grid that return TreeModel | |
TreeModel |
LwTreeGrid.getTreeModel()
Gets the tree model. |
Methods in org.zaval.lw.grid with parameters of type TreeModel | |
void |
LwTreeGrid.setTreeModel(TreeModel m)
Sets the tree model. |
Constructors in org.zaval.lw.grid with parameters of type TreeModel | |
LwTreeGrid(TreeModel model)
Constructs the component with the specified tree data model. |
Uses of TreeModel in org.zaval.lw.tree |
Methods in org.zaval.lw.tree that return TreeModel | |
TreeModel |
LwTree.getModel()
Gets the tree model that is rendered with the tree view component. |
Methods in org.zaval.lw.tree with parameters of type TreeModel | |
void |
LwTree.setModel(TreeModel d)
Sets the specified tree model to be rendered with the component. |
Constructors in org.zaval.lw.tree with parameters of type TreeModel | |
LwTree(TreeModel d)
Constructs a tree view component with the specified tree model. |
|
LwTree(TreeModel d,
boolean b)
Constructs a tree view component with the specified tree model and tree node state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |