com.mxgraph.view
Class mxGraphSelectionModel.mxSelectionChange
java.lang.Object
   com.mxgraph.view.mxGraphSelectionModel.mxSelectionChange
com.mxgraph.view.mxGraphSelectionModel.mxSelectionChange
- All Implemented Interfaces: 
- mxUndoableEdit.mxUndoableChange
- Enclosing class:
- mxGraphSelectionModel
- public static class mxGraphSelectionModel.mxSelectionChange 
- extends Object- implements mxUndoableEdit.mxUndoableChange
 
 
| 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 | 
 
model
protected mxGraphSelectionModel model
added
protected Collection<Object> added
removed
protected Collection<Object> removed
mxGraphSelectionModel.mxSelectionChange
public mxGraphSelectionModel.mxSelectionChange(mxGraphSelectionModel model,
                                               Collection<Object> added,
                                               Collection<Object> removed)
- Parameters:
- model-
- added-
- removed-
execute
public void execute()
- Description copied from interface: mxUndoableEdit.mxUndoableChange
- Undoes or redoes the change depending on its undo state.
 
- 
- Specified by:
- executein interface- mxUndoableEdit.mxUndoableChange
 
- 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.