org.jgraph.net
Class GraphNetworkModelPeer.FakeGraphModelChange

java.lang.Object
  extended byorg.jgraph.net.GraphNetworkModelPeer.FakeGraphModelChange
Enclosing class:
GraphNetworkModelPeer

public static class GraphNetworkModelPeer.FakeGraphModelChange
extends java.lang.Object


Field Summary
protected  ConnectionSet cs
           
protected  java.lang.Object[] inserted
           
protected  java.util.Map nested
           
protected  ParentMap pm
           
protected  java.lang.Object[] removed
           
 
Constructor Summary
GraphNetworkModelPeer.FakeGraphModelChange(java.lang.Object[] removed, java.lang.Object[] inserted, java.util.Map nested, ConnectionSet cs, ParentMap pm)
           
 
Method Summary
 java.util.Map getAttributes()
           
 java.lang.Object[] getChanged()
           
 ConnectionSet getConnectionSet()
           
 java.lang.Object[] getContext()
           
 java.lang.Object[] getInserted()
           
 ParentMap getParentMap()
           
 java.util.Map getPreviousAttributes()
           
 ConnectionSet getPreviousConnectionSet()
           
 ParentMap getPreviousParentMap()
           
 java.lang.Object[] getRemoved()
           
 java.lang.Object getSource()
           
 CellView[] getViews(GraphLayoutCache view)
           
 void putViews(GraphLayoutCache view, CellView[] cellViews)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

removed

protected java.lang.Object[] removed

inserted

protected java.lang.Object[] inserted

nested

protected java.util.Map nested

cs

protected ConnectionSet cs

pm

protected ParentMap pm
Constructor Detail

GraphNetworkModelPeer.FakeGraphModelChange

public GraphNetworkModelPeer.FakeGraphModelChange(java.lang.Object[] removed,
                                                  java.lang.Object[] inserted,
                                                  java.util.Map nested,
                                                  ConnectionSet cs,
                                                  ParentMap pm)
Method Detail

getInserted

public java.lang.Object[] getInserted()

getRemoved

public java.lang.Object[] getRemoved()

getPreviousAttributes

public java.util.Map getPreviousAttributes()

getConnectionSet

public ConnectionSet getConnectionSet()

getParentMap

public ParentMap getParentMap()

getPreviousConnectionSet

public ConnectionSet getPreviousConnectionSet()

getPreviousParentMap

public ParentMap getPreviousParentMap()

putViews

public void putViews(GraphLayoutCache view,
                     CellView[] cellViews)

getViews

public CellView[] getViews(GraphLayoutCache view)

getSource

public java.lang.Object getSource()

getChanged

public java.lang.Object[] getChanged()

getAttributes

public java.util.Map getAttributes()

getContext

public java.lang.Object[] getContext()