Klasse MainMenuGroup
java.lang.Object
org.deidentifier.arx.gui.view.impl.MainMenuItem
org.deidentifier.arx.gui.view.impl.MainMenuGroup
This abstract class implements a menu group
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMainMenuGroup(String label, List<MainMenuItem> items) Creates a new instance -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaction(Controller controller) Override this to perform the actiongetItems()Returns all childrenVon Klasse geerbte Methoden org.deidentifier.arx.gui.view.impl.MainMenuItem
getImage, getLabel, isButton, isEnabled
-
Konstruktordetails
-
MainMenuGroup
Creates a new instance- Parameter:
label-items-
-
-
Methodendetails
-
action
Beschreibung aus Klasse kopiert:MainMenuItemOverride this to perform the action- Angegeben von:
actionin KlasseMainMenuItem
-
getItems
Returns all children- Gibt zurück:
-