net.clackrouter.router.graph
Class ComponentCell

java.lang.Object
  extended by DefaultGraphCell
      extended by net.clackrouter.router.graph.ComponentCell

public class ComponentCell
extends DefaultGraphCell

Representation of a ClackComponent for use with a JGraph GraphModel.


Field Summary
protected  ClackComponent mComponent
           
protected  java.util.Vector mPorts
           
 
Constructor Summary
ComponentCell(ClackComponent comp, RouterView view)
           
 
Method Summary
 java.lang.Object clone()
           
 ClackComponent getClackComponent()
           
 ClackView getClackView()
           
 void setClackComponent(ClackComponent c)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mComponent

protected ClackComponent mComponent

mPorts

protected java.util.Vector mPorts
Constructor Detail

ComponentCell

public ComponentCell(ClackComponent comp,
                     RouterView view)
Method Detail

getClackView

public ClackView getClackView()

getClackComponent

public ClackComponent getClackComponent()

setClackComponent

public void setClackComponent(ClackComponent c)

clone

public java.lang.Object clone()