Class InstallAction
java.lang.Object
ch.autumo.ui.fx.controller.actions.BaseAction
ch.autumo.ui.fx.controller.actions.installer.InstallAction
- All Implemented Interfaces:
Action
,InstallationController
The install action. It has no controller and doesn't control a view,
but instead it creates the necessary steps for all installation views.
-
Field Summary
Fields inherited from class ch.autumo.ui.fx.controller.actions.BaseAction
app, controller, modality
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.autumo.ui.fx.controller.actions.BaseAction
getApp, getController, getScene, getStage, getStageModality, run, setApp, setController, setStageModality
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.autumo.ui.fx.controller.actions.installer.InstallationController
getApp
-
Constructor Details
-
InstallAction
Install action.- Parameters:
app
- application
-
-
Method Details
-
execute
public void execute()Description copied from interface:Action
Execute the action.- Specified by:
execute
in interfaceAction
- Specified by:
execute
in classBaseAction
-
start
public void start()Description copied from interface:InstallationController
Start the installation.- Specified by:
start
in interfaceInstallationController
-
next
public void next()Description copied from interface:InstallationController
Next: Called by a step.- Specified by:
next
in interfaceInstallationController
-
back
public void back()Description copied from interface:InstallationController
Back: Called by a step.- Specified by:
back
in interfaceInstallationController
-
finish
public void finish()Description copied from interface:InstallationController
Finish: Called by last step!- Specified by:
finish
in interfaceInstallationController
-