protected class Menu.openSubMenuAction extends NamedGUIAction
Menu
.
calling doAction()
simply opens the menu added in the constructor
of this class.Constructor and Description |
---|
openSubMenuAction(Menu m,
Menu superMenu) |
Modifier and Type | Method and Description |
---|---|
void |
doAction() |
void |
doActionWithHandling(GUIPanel gp)
Call doAction, optionally also doing some other stuff, such as
reseting the repeat count or calling undo system related functionality.
|
getName, setName
doAction, getCount, getGUIPanel, setCount
public void doActionWithHandling(GUIPanel gp)
GUIAction
doActionWithHandling
in class GUIAction