uk.ac.essex.ia.graph.jgraph
Class IAModel

java.lang.Object
  extended by javax.swing.undo.UndoableEditSupport
      extended by com.jgraph.graph.DefaultGraphModel
          extended by uk.ac.essex.ia.graph.jgraph.IAModel
All Implemented Interfaces:
com.jgraph.graph.GraphModel, java.io.Serializable

public class IAModel
extends com.jgraph.graph.DefaultGraphModel


Date: 11-Jul-02

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jgraph.graph.DefaultGraphModel
com.jgraph.graph.DefaultGraphModel.EmptyIterator, com.jgraph.graph.DefaultGraphModel.GraphModelEdit, com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
 
Field Summary
 
Fields inherited from class com.jgraph.graph.DefaultGraphModel
asksAllowsChildren, attributeStore, emptyIterator, listenerList, roots
 
Fields inherited from class javax.swing.undo.UndoableEditSupport
compoundEdit, listeners, realSource, updateLevel
 
Constructor Summary
IAModel()
           
IAModel(boolean attributeStore)
           
 
Method Summary
 com.jgraph.graph.GraphUndoManager getUndoManager()
           
 void setUndoManager(com.jgraph.graph.GraphUndoManager undoManager)
           
 
Methods inherited from class com.jgraph.graph.DefaultGraphModel
acceptsSource, acceptsTarget, addGraphModelListener, connect, contains, createCellEdit, createEdit, createInsertEdit, createLayerEdit, createRemoveEdit, edges, edit, fireGraphChanged, getAttributes, getChild, getChildCount, getDescendants, getEdges, getGraphModelListeners, getIndexOfChild, getIndexOfRoot, getParent, getRootAt, getRootCount, getRoots, getSource, getTarget, handleConnection, handleConnectionSet, handleInsert, handleParentMap, handlePropertyMap, handleRemove, insert, isAttributeStore, isLeaf, isOrdered, remove, removeGraphModelListener, toBack, toFront
 
Methods inherited from class javax.swing.undo.UndoableEditSupport
_postEdit, addUndoableEditListener, beginUpdate, createCompoundEdit, endUpdate, getUndoableEditListeners, getUpdateLevel, postEdit, removeUndoableEditListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jgraph.graph.GraphModel
addUndoableEditListener, removeUndoableEditListener
 

Constructor Detail

IAModel

public IAModel()

IAModel

public IAModel(boolean attributeStore)
Method Detail

getUndoManager

public com.jgraph.graph.GraphUndoManager getUndoManager()
Returns:

setUndoManager

public void setUndoManager(com.jgraph.graph.GraphUndoManager undoManager)
Parameters:
undoManager -