JGraph
v5.1


Uses of Class
org.jgraph.graph.DefaultGraphModel.GraphModelEdit

Packages that use DefaultGraphModel.GraphModelEdit
org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
 

Uses of DefaultGraphModel.GraphModelEdit in org.jgraph.graph
 

Methods in org.jgraph.graph that return DefaultGraphModel.GraphModelEdit
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.
protected  DefaultGraphModel.GraphModelEdit DefaultGraphModel.createRemoveEdit(Object[] cells)
          Returns an edit that represents a remove.
 


JGraph
v5.1


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