public class GUIAction extends GUIAbstractAction
Constructor and Description |
---|
GUIAction() |
Modifier and Type | Method and Description |
---|---|
void |
doAction() |
void |
doAction(IRepetitionCounter irc) |
void |
doActionWithHandling(GUIPanel gp)
Call doAction, optionally also doing some other stuff, such as
reseting the repeat count or calling undo system related functionality.
|
int |
getCount()
Get the count associated with this action.
|
GUIPanel |
getGUIPanel() |
protected void |
setCount(int count)
Sets the count.
|
public void doAction()
doAction
in class GUIAbstractAction
public void doAction(IRepetitionCounter irc)
public int getCount()
protected void setCount(int count)
count
- getCount
public GUIPanel getGUIPanel()
public void doActionWithHandling(GUIPanel gp)
gp
-