Class RemoveAction
java.lang.Object
ch.autumo.ui.fx.controller.actions.BaseAction
ch.autumo.ui.fx.controller.actions.RemoveAction
- All Implemented Interfaces:
Action
Remove App Action.
-
Field Summary
Fields inherited from class ch.autumo.ui.fx.controller.actions.BaseAction
app, controller, modality
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.autumo.ui.fx.controller.actions.BaseAction
getApp, getController, getScene, getStage, getStageModality, run, setApp, setController, setStageModality
-
Constructor Details
-
RemoveAction
public RemoveAction()
-
-
Method Details
-
execute
public void execute()Description copied from interface:Action
Execute the action.- Specified by:
execute
in interfaceAction
- Specified by:
execute
in classBaseAction
-