Uses of Class
org.jgraph.graph.ParentMap

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

Uses of ParentMap in org.jgraph.event
 

Methods in org.jgraph.event that return ParentMap
 ParentMap GraphModelEvent.GraphModelChange.getPreviousParentMap()
           
 

Uses of ParentMap in org.jgraph.graph
 

Fields in org.jgraph.graph declared as ParentMap
protected  ParentMap DefaultGraphModel.GraphModelEdit.parentMap
           
protected  ParentMap GraphTransferable.pm
          Object that describes the group structure between cells.
protected  ParentMap DefaultGraphModel.GraphModelEdit.previousParentMap
           
 

Methods in org.jgraph.graph that return ParentMap
 ParentMap ParentMap.clone(Map map)
          Creates a new parent map based on this parent map, where the child and parents are mapped using map.
static ParentMap ParentMap.create(GraphModel m, Object[] c, boolean remove, boolean strict)
          Returns a parent map that represents the insertion or removal of cells in model based on remove.
 ParentMap GraphTransferable.getParentMap()
           
 ParentMap DefaultGraphModel.GraphModelEdit.getParentMap()
          Returns the parentMap.
 ParentMap DefaultGraphModel.GraphModelEdit.getPreviousParentMap()
           
 ParentMap DefaultGraphModel.GraphModelLayerEdit.getPreviousParentMap()
           
protected  ParentMap DefaultGraphModel.handleParentMap(ParentMap parentMap)
          Applies cells to the model.
 

Methods in org.jgraph.graph with parameters of type ParentMap
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  ParentMap DefaultGraphModel.handleParentMap(ParentMap parentMap)
          Applies cells 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 ParentMap
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 ParentMap in org.jgraph.plaf.basic
 

Methods in org.jgraph.plaf.basic with parameters of type ParentMap
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.