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

Packages that use AbstractNode
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
 

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 TreeModel.setRootNode(AbstractNode root)
           
 void TreeModel.addNode(AbstractNode parent, AbstractNode child)
           
 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 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)