Uses of Class
org.jgraph.graph.ConnectionSet

Packages that use ConnectionSet
org.jgraph.event   
org.jgraph.graph   
org.jgraph.plaf.basic   
 

Uses of ConnectionSet in org.jgraph.event
 

Methods in org.jgraph.event that return ConnectionSet
 ConnectionSet GraphModelEvent.GraphModelChange.getPreviousConnectionSet()
           
 

Uses of ConnectionSet in org.jgraph.graph
 

Fields in org.jgraph.graph declared as ConnectionSet
protected  ConnectionSet DefaultGraphModel.GraphModelEdit.connectionSet
           
protected  ConnectionSet GraphTransferable.cs
          Object that describes the connection between cells.
protected  ConnectionSet DefaultGraphModel.GraphModelEdit.previousConnectionSet
           
 

Methods in org.jgraph.graph that return ConnectionSet
 ConnectionSet ConnectionSet.clone(Map map)
          Creates a new connection set based on this connection set, where the edges, and ports are mapped using map.
static ConnectionSet ConnectionSet.create(GraphModel m, Object[] cells, boolean disconnect)
          Returns a connection set that represents the connection or disconnection of cells in model based on disconnect.
protected  ConnectionSet EdgeView.EdgeHandle.createConnectionSet(EdgeView view, Object edge, boolean verbose)
           
 ConnectionSet GraphContext.disconnect(CellView[] cells)
          Disconnects the edges in cells from the sources and targets that are not in this context and returns a ConnectionSet that defines the disconnection.
 ConnectionSet GraphTransferable.getConnectionSet()
          Returns the connections between cells (and possibly other, unselected cells).
 ConnectionSet DefaultGraphModel.GraphModelEdit.getConnectionSet()
          Returns the connectionSet.
 ConnectionSet DefaultGraphModel.GraphModelEdit.getPreviousConnectionSet()
           
 ConnectionSet DefaultGraphModel.GraphModelLayerEdit.getPreviousConnectionSet()
           
protected  ConnectionSet DefaultGraphModel.handleConnectionSet(ConnectionSet cs)
          Applies connectionSet to the model.
 

Methods in org.jgraph.graph with parameters of type ConnectionSet
protected static void ConnectionSet.connect(ConnectionSet cs, Object edge, Object port, boolean source, boolean disconnect)
          Connect or disconnect edge from source and target in cs based on disconnect.
protected  DefaultGraphModel.GraphModelEdit DefaultGraphModel.createCellEdit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
          Returns an edit that represents a change.
protected  DefaultGraphModel.GraphModelEdit DefaultGraphModel.createEdit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet cs, ParentMap pm)
           
protected  DefaultGraphModel.GraphModelEdit DefaultGraphModel.createInsertEdit(Object[] cells, Map attributeMap, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
          Returns an edit that represents an insert.
 void GraphModel.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
          Applies the propertyMap and the connection changes to the model.
 void GraphLayoutCache.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
          Applies the propertyMap and the connection changes to the model.
 void DefaultGraphModel.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
          Applies attributes and the connection changes to the model.
protected  ConnectionSet DefaultGraphModel.handleConnectionSet(ConnectionSet cs)
          Applies connectionSet to the model.
 void GraphModel.insert(Object[] roots, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
          Inserts the cells and connections into the model, and passes attributes to the views.
 void GraphLayoutCache.insert(Object[] roots, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
          Inserts the cells and connections into the model, and absorbs the local attributes.
 void DefaultGraphModel.insert(Object[] roots, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
          Inserts the roots and connections into the model.
 

Constructors in org.jgraph.graph with parameters of type ConnectionSet
DefaultGraphModel.GraphModelEdit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet connectionSet, ParentMap parentMap)
          Constructs an edit record.
GraphTransferable(Object[] cells, Map attrMap, Rectangle bounds, ConnectionSet cs, ParentMap pm)
          Constructs a new transferable selection for cells, csand attrMap.
 

Uses of ConnectionSet in org.jgraph.plaf.basic
 

Fields in org.jgraph.plaf.basic declared as ConnectionSet
protected  ConnectionSet BasicGraphUI.RootHandle.disconnect
           
 

Methods in org.jgraph.plaf.basic with parameters of type ConnectionSet
protected  GraphTransferable BasicGraphUI.GraphTransferHandler.create(JGraph graph, Object[] cells, Map viewAttributes, Rectangle bounds, ConnectionSet cs, ParentMap pm)
           
 void BasicGraphUI.insertCells(Object[] cells, Map viewAttributeMap, ConnectionSet cs, ParentMap pm, boolean clone, int dx, int dy)
          Insert the specified cells into the model.