Uses of Class org.jgraph.graph.ParentMap

Uses in package org.jgraph.event

Methods with return type org.jgraph.graph.ParentMap

ParentMap
Returns a parent map representing the group structure after the change was applied
ParentMap
Returns a parent map representing the group structure before the change was applied ( an "undo" of the change )

Uses in package org.jgraph.graph

Constructors with parameter type org.jgraph.graph.ParentMap

DefaultGraphModel.GraphModelEdit.GraphModelEdit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet connectionSet, ParentMap parentMap)
Constructs an edit record.
GraphTransferable.GraphTransferable(Object[] cells, Map attrMap, Rectangle2D bounds, ConnectionSet cs, ParentMap pm)
Constructs a new transferable selection for cells, csand attrMap.

Fields of type org.jgraph.graph.ParentMap

ParentMap
ParentMap
Object that describes the group structure between cells.
ParentMap

Methods with parameter type org.jgraph.graph.ParentMap

GraphTransferable
GraphTransferHandler.create(JGraph graph, Object[] cells, Map viewAttributes, Rectangle2D bounds, ConnectionSet cs, ParentMap pm)
DefaultGraphModel.GraphModelEdit
DefaultGraphModel.createEdit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
void
DefaultGraphModel.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
Shortcut to the new edit method which allows inserts and removes to go along with an edit.
void
GraphLayoutCache.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
Applies the propertyMap and the connection changes to the model.
void
GraphModel.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
Applies the propertyMap and the connection changes to the model.
void
DefaultGraphModel.edit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
Applies attributes and the connection changes to the model.
void
GraphTransferHandler.handleExternalDrop(JGraph graph, Object[] cells, Map nested, ConnectionSet cs, ParentMap pm, double dx, double dy)
ParentMap
Applies cells to the model.
void
GraphLayoutCache.insert(Object[] cells, Map nested, ConnectionSet cs, ParentMap pm)
Variant of the insert method that allows to pass a default connection set and parent map and nested map.
void
DefaultGraphModel.insert(Object[] roots, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
Inserts the roots and connections into the model.
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
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.
Object[]
GraphLayoutCache.insertClones(Object[] cells, Map clones, Map nested, ConnectionSet cs, ParentMap pm, double dx, double dy)
Inserts the cloned cells from the clone map and clones the passed-in arguments according to the clone map before insertion and returns the clones in order of the cells.

Methods with return type org.jgraph.graph.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.
ParentMap
ParentMap.create(GraphModel m, Object[] c, boolean remove, boolean onlyUsePassedInCells)
Returns a parent map that represents the insertion or removal of cells in model based on remove.
ParentMap
Returns the parentMap.
ParentMap
Returns null.
ParentMap
ParentMap
ParentMap
Returns a parent map representing the group structure before the change was applied ( an "undo" of the change )
ParentMap
Applies cells to the model.

Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.