|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNode | |
org.objectweb.jac.aspects.gui | |
org.objectweb.jac.aspects.gui.web |
Uses of AbstractNode in org.objectweb.jac.aspects.gui |
Subclasses of AbstractNode in org.objectweb.jac.aspects.gui | |
class |
ObjectNode
This class represents a tree node for an object. |
class |
RelationNode
This tree node represents a relation. |
class |
RootNode
|
Methods in org.objectweb.jac.aspects.gui with parameters of type AbstractNode | |
void |
TreeView.setRootNode(AbstractNode root)
Set the root node of the tree. |
void |
TreeView.addNode(AbstractNode parent,
AbstractNode child)
Add a child node to a node |
void |
TreeView.addNode(AbstractNode parent,
AbstractNode child)
Add a child node to a node |
void |
TreeModel.setRootNode(AbstractNode root)
|
void |
TreeModel.addNode(AbstractNode parent,
AbstractNode child)
|
void |
TreeModel.addNode(AbstractNode parent,
AbstractNode child)
|
void |
EventHandler.onNodeSelection(DisplayContext context,
AbstractNode node,
boolean forceView)
Upcalled when a tree node is selected. |
Uses of AbstractNode in org.objectweb.jac.aspects.gui.web |
Methods in org.objectweb.jac.aspects.gui.web that return AbstractNode | |
protected AbstractNode |
Tree.pathToNode(String nodePath)
|
Methods in org.objectweb.jac.aspects.gui.web with parameters of type AbstractNode | |
protected boolean |
Tree.isExpanded(AbstractNode node)
|
protected void |
Tree.genNode(PrintWriter out,
AbstractNode node,
String curPath)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |