http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicNodeConnection

Packages that use PicNodeConnection
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.view Document appearance. 
jpicedt.test Test classes. 
 

Uses of PicNodeConnection in jpicedt.graphic.model
 

Fields in jpicedt.graphic.model with type parameters of type PicNodeConnection
protected  ArrayList<PicNodeConnection> NodeConnectionManager.nodeConnections
          a list of node-connection this element is attached to
 

Methods in jpicedt.graphic.model that return PicNodeConnection
 PicNodeConnection PicNodeConnection.clone()
           
 

Methods in jpicedt.graphic.model that return types with arguments of type PicNodeConnection
 Iterator<PicNodeConnection> NodeConnectionManager.iterator()
          Returns an iterator over all the node connections
 

Methods in jpicedt.graphic.model with parameters of type PicNodeConnection
 void NodeConnectionManager.addConnection(PicNodeConnection edge)
           
 void NodeConnectionManager.removeConnection(PicNodeConnection edge)
           
 

Constructors in jpicedt.graphic.model with parameters of type PicNodeConnection
PicNodeConnection(PicNodeConnection src)
           
 

Uses of PicNodeConnection in jpicedt.graphic.view
 

Methods in jpicedt.graphic.view that return PicNodeConnection
 PicNodeConnection PicNodeConnectionView.getElement()
          Deprecated.  
 

Constructors in jpicedt.graphic.view with parameters of type PicNodeConnection
PicNodeConnectionView(PicNodeConnection edge, AttributesViewFactory f)
          Deprecated. construct a new View for the given node connection
 

Uses of PicNodeConnection in jpicedt.test
 

Fields in jpicedt.test declared as PicNodeConnection
 PicNodeConnection TestCanvas.con
           
 PicNodeConnection TestBoard.con
           
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org