|
JGraph X 1.3.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.view.mxGraphSelectionModel.mxSelectionChange
public static class mxGraphSelectionModel.mxSelectionChange
Field Summary | |
---|---|
protected java.util.Collection<java.lang.Object> |
added
|
protected mxGraphSelectionModel |
model
|
protected java.util.Collection<java.lang.Object> |
removed
|
Constructor Summary | |
---|---|
mxGraphSelectionModel.mxSelectionChange(mxGraphSelectionModel model,
java.util.Collection<java.lang.Object> added,
java.util.Collection<java.lang.Object> 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 |
---|
protected mxGraphSelectionModel model
protected java.util.Collection<java.lang.Object> added
protected java.util.Collection<java.lang.Object> removed
Constructor Detail |
---|
public mxGraphSelectionModel.mxSelectionChange(mxGraphSelectionModel model, java.util.Collection<java.lang.Object> added, java.util.Collection<java.lang.Object> removed)
model
- added
- removed
- Method Detail |
---|
public void execute()
mxUndoableEdit.mxUndoableChange
execute
in interface mxUndoableEdit.mxUndoableChange
|
JGraph X 1.3.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |