Uses of Class
org.objectweb.jac.aspects.gui.ObjectNode

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

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

Methods in org.objectweb.jac.aspects.gui that return ObjectNode
protected  ObjectNode ObjectNode.findNode(FieldItem relation, Object userObject)
          Find a node in the children.
 

Methods in org.objectweb.jac.aspects.gui with parameters of type ObjectNode
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.
 int ObjectNode.addNode(ObjectNode node)
          Insert a node at the correct place (considering sorting)