public abstract class JumpAction extends NamedGUIAction
GUIelement
s (other than the Focused
Property
.Constructor and Description |
---|
JumpAction(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.
|
void |
doInverseAction()
Do the opposite action; do the backward motion to the one executed
by the previously ran "doAction"
|
getName, setName
public void doActionWithHandling(GUIPanel gp)
GUIAction
doActionWithHandling
in class GUIAction
public void doInverseAction()