JGraph X 0.15.0.3


com.mxgraph.view
Class mxSelectionModel.mxSelectionChange

java.lang.Object
  extended by com.mxgraph.view.mxSelectionModel.mxSelectionChange
All Implemented Interfaces:
mxUndoableEdit.mxUndoableChange
Enclosing class:
mxSelectionModel

public static class mxSelectionModel.mxSelectionChange
extends Object
implements mxUndoableEdit.mxUndoableChange


Field Summary
protected  Collection added
           
protected  mxSelectionModel model
           
protected  Collection removed
           
 
Constructor Summary
mxSelectionModel.mxSelectionChange(mxSelectionModel model, Collection added, Collection removed)
           
 
Method Summary
 void execute()
          Undoes or redoes the change depending on its undo state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected mxSelectionModel model

added

protected Collection added

removed

protected Collection removed
Constructor Detail

mxSelectionModel.mxSelectionChange

public mxSelectionModel.mxSelectionChange(mxSelectionModel model,
                                          Collection added,
                                          Collection removed)
Parameters:
model -
added -
removed -
Method Detail

execute

public void execute()
Description copied from interface: mxUndoableEdit.mxUndoableChange
Undoes or redoes the change depending on its undo state.

Specified by:
execute in interface mxUndoableEdit.mxUndoableChange

JGraph X 0.15.0.3


Copyright (c) 2008 Gaudenz Alder. All rights reserved.