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, setStageModalityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ActionExecute the action.- Specified by:
executein interfaceAction- Specified by:
executein classBaseAction
-
start
public void start()Description copied from interface:InstallationControllerStart the installation.- Specified by:
startin interfaceInstallationController
-
next
public void next()Description copied from interface:InstallationControllerNext: Called by a step.- Specified by:
nextin interfaceInstallationController
-
back
public void back()Description copied from interface:InstallationControllerBack: Called by a step.- Specified by:
backin interfaceInstallationController
-
finish
public void finish()Description copied from interface:InstallationControllerFinish: Called by last step!- Specified by:
finishin interfaceInstallationController
-