com.opensymphony.webwork.sitegraph.model
Class SiteGraphNode
java.lang.Object
com.opensymphony.webwork.sitegraph.model.SiteGraphNode
- All Implemented Interfaces:
- Render, Comparable
- Direct Known Subclasses:
- ActionNode, ViewNode
public abstract class SiteGraphNode
- extends Object
- implements Render, Comparable
User: plightbo
Date: Jun 26, 2005
Time: 4:49:14 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteGraphNode
public SiteGraphNode(String name)
getParent
public SubGraph getParent()
setParent
public void setParent(SubGraph parent)
render
public void render(IndentWriter writer)
throws IOException
- Specified by:
render
in interface Render
- Throws:
IOException
getFullName
public String getFullName()
getColor
public abstract String getColor()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable