Class StepLicense
java.lang.Object
ch.autumo.ui.fx.controller.actions.BaseAction
ch.autumo.ui.fx.controller.actions.installer.BaseStep
ch.autumo.ui.fx.controller.actions.installer.StepLicense
- All Implemented Interfaces:
Action,Step,Comparable<Step>
License Accept Installer Step.
-
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.installer.BaseStep
close, compareTo, getInstallationController, getStep, initialize, initialize, isFirst, isLast, lastMethods inherited from class ch.autumo.ui.fx.controller.actions.BaseAction
getApp, getController, getScene, getStage, getStageModality, run, setApp, setController, setStageModality
-
Constructor Details
-
StepLicense
public StepLicense()Default constructor.
-
-
Method Details
-
execute
public void execute()Description copied from interface:ActionExecute the action.- Specified by:
executein interfaceAction- Specified by:
executein classBaseAction
-
steppedOver
public void steppedOver()Description copied from interface:StepCalled when the step has been overtaken by clicking the 'next' button.- Specified by:
steppedOverin interfaceStep- Overrides:
steppedOverin classBaseStep
-
getTitle
Description copied from interface:StepGet the title for the installation step.
-