| Modifier and Type | Method and Description |
|---|---|
CONTEXT |
getContext() |
String |
getName() |
void |
runWith(IChange... changes)
if the implementation provides an undo-mechanism, the
undo() should call this method with a stored
'change' information. |
void |
setContext(CONTEXT context) |
void |
undo()
undo this command, if already done (through
Runnable.run()). |
String getName()
CONTEXT getContext()
void setContext(CONTEXT context)
context - new context to be set.should only be called inside the framework. if a change-item is null, the
whole context will be set.void undo()
Runnable.run()).Copyright © 2012–2021. All rights reserved.