net.sourceforge.combean.adapters.jgraph
Class JGraphCellAsNode

Package class diagram package JGraphCellAsNode
java.lang.Object
  extended by net.sourceforge.combean.util.GenericWrapper
      extended by net.sourceforge.combean.graph.ObjectAsNode
          extended by net.sourceforge.combean.adapters.jgraph.JGraphCellAsNode
All Implemented Interfaces:
Node

public class JGraphCellAsNode
extends ObjectAsNode

Wrapper to use JGraph GraphCells as Nodes


Constructor Summary
JGraphCellAsNode(Object o)
          constructor
 
Method Summary
 org.jgraph.graph.GraphCell getGraphCell()
           
 
Methods inherited from class net.sourceforge.combean.util.GenericWrapper
equals, getInnerObject, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JGraphCellAsNode

public JGraphCellAsNode(Object o)
constructor

Parameters:
o - the GraphCell to be wrapped
Method Detail

getGraphCell

public org.jgraph.graph.GraphCell getGraphCell()
Returns:
the wrapped GraphCell