public abstract class EditAction extends NamedGUIAction
Constructor and Description |
---|
EditAction(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
doActionWithHandling(GUIPanel gp)
Call doAction, optionally also doing some other stuff, such as
reseting the repeat count or calling undo system related functionality.
|
Position |
getPosition()
Get the Position object, assigned to this action.
|
abstract void |
undoAction()
Undo this action.
|
getName, setName
public Position getPosition()
public void doActionWithHandling(GUIPanel gp)
GUIAction
doActionWithHandling
in class GUIAction
public abstract void undoAction()