com.jgraph.example.adapter
Class JGraphAdapterModel.BusinessModelEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by javax.swing.undo.CompoundEdit
          extended by org.jgraph.graph.DefaultGraphModel.GraphModelEdit
              extended by com.jgraph.example.adapter.JGraphAdapterModel.BusinessModelEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit, org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange, org.jgraph.event.GraphModelEvent.GraphModelChange
Enclosing class:
JGraphAdapterModel

public class JGraphAdapterModel.BusinessModelEdit
extends org.jgraph.graph.DefaultGraphModel.GraphModelEdit

See Also:
Serialized Form

Constructor Summary
JGraphAdapterModel.BusinessModelEdit(java.lang.Object[] inserted, java.lang.Object[] removed, java.util.Map attributes, org.jgraph.graph.ConnectionSet connectionSet, org.jgraph.graph.ParentMap parentMap)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
filterParents, getAttributes, getChanged, getConnectionSet, getContext, getDirtyRegion, getInserted, getParentMap, getPreviousAttributes, getPreviousConnectionSet, getPreviousParentMap, getRemoved, getSource, getViews, isSignificant, putViews, redo, setDirtyRegion, toString, undo
 
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JGraphAdapterModel.BusinessModelEdit

public JGraphAdapterModel.BusinessModelEdit(java.lang.Object[] inserted,
                                            java.lang.Object[] removed,
                                            java.util.Map attributes,
                                            org.jgraph.graph.ConnectionSet connectionSet,
                                            org.jgraph.graph.ParentMap parentMap)
Parameters:
inserted -
removed -
attributes -
connectionSet -
parentMap -
Method Detail

execute

public void execute()
Overrides:
execute in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit