Uses of Class
com.opensymphony.webwork.sitegraph.model.SubGraph

Packages that use SubGraph
com.opensymphony.webwork.sitegraph.model   
 

Uses of SubGraph in com.opensymphony.webwork.sitegraph.model
 

Subclasses of SubGraph in com.opensymphony.webwork.sitegraph.model
 class Graph
          User: plightbo Date: Jun 26, 2005 Time: 4:58:30 PM
 

Fields in com.opensymphony.webwork.sitegraph.model declared as SubGraph
protected  SubGraph SubGraph.parent
           
 

Methods in com.opensymphony.webwork.sitegraph.model that return SubGraph
 SubGraph SubGraph.create(String namespace)
           
 SubGraph SiteGraphNode.getParent()
           
 

Methods in com.opensymphony.webwork.sitegraph.model with parameters of type SubGraph
 void SubGraph.addSubGraph(SubGraph subGraph)
           
 void SiteGraphNode.setParent(SubGraph parent)
           
 void SubGraph.setParent(SubGraph parent)
           
 


WebWork Project Page