public static class mxGraphSelectionModel.mxSelectionChange extends Object implements mxUndoableEdit.mxUndoableChange
Modifier and Type | Field and Description |
---|---|
protected Collection<Object> |
added |
protected mxGraphSelectionModel |
model |
protected Collection<Object> |
removed |
Constructor and Description |
---|
mxGraphSelectionModel.mxSelectionChange(mxGraphSelectionModel model,
Collection<Object> added,
Collection<Object> removed) |
protected mxGraphSelectionModel model
protected Collection<Object> added
protected Collection<Object> removed
public mxGraphSelectionModel.mxSelectionChange(mxGraphSelectionModel model, Collection<Object> added, Collection<Object> removed)
model
- added
- removed
- public void execute()
mxUndoableEdit.mxUndoableChange
execute
in interface mxUndoableEdit.mxUndoableChange
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.