net.clackrouter.router.graph
Class ComponentCell
java.lang.Object
DefaultGraphCell
net.clackrouter.router.graph.ComponentCell
public class ComponentCell
- extends DefaultGraphCell
Representation of a ClackComponent for use with a JGraph GraphModel.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mComponent
protected ClackComponent mComponent
mPorts
protected java.util.Vector mPorts
ComponentCell
public ComponentCell(ClackComponent comp,
RouterView view)
getClackView
public ClackView getClackView()
getClackComponent
public ClackComponent getClackComponent()
setClackComponent
public void setClackComponent(ClackComponent c)
clone
public java.lang.Object clone()