Uses of Interface
org.objectweb.jac.aspects.gui.TreeView

Packages that use TreeView
org.objectweb.jac.aspects.gui   
 

Uses of TreeView in org.objectweb.jac.aspects.gui
 

Classes in org.objectweb.jac.aspects.gui that implement TreeView
 class TreeModel
          A data model for trees.
 

Methods in org.objectweb.jac.aspects.gui with parameters of type TreeView
static void TreeModel.addNodes(TreeView tree, ObjectNode rootNode, Object o, boolean showRelations)
          Add the children nodes for a node.
static boolean TreeModel.isLeafNode(TreeView tree, ObjectNode node, Object o, boolean showRelations)
          Tells wether a node is a leaf or not, without computing all its children.
static void TreeModel.initTree(TreeView tree, String rootObjects, boolean showRelations)
          Initialize a tree view.
 void AbstractNode.setModel(TreeView model)
          Sets the model (abstract tree representation) of this node.
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type TreeView
RelationNode(TreeView model, Object substance, FieldItem relation)
          Constructs the node.
ObjectNode(TreeView model, Object value, Object substance, FieldItem relation, boolean showRelations)
          Constructor.
AbstractNode(TreeView model, Object object, boolean showRelations)