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
-
Method Summary
Methods inherited from class ch.autumo.ui.fx.controller.actions.installer.BaseStep
close, compareTo, getInstallationController, getStep, initialize, initialize, isFirst, isLast, last
Methods inherited from class ch.autumo.ui.fx.controller.actions.BaseAction
getApp, getController, getScene, getStage, getStageModality, run, setApp, setController, setStageModality
-
Constructor Details
-
StepLicense
public StepLicense()
-
-
Method Details
-
execute
public void execute()Description copied from interface:Action
Execute the action.- Specified by:
execute
in interfaceAction
- Specified by:
execute
in classBaseAction
-
steppedOver
public void steppedOver()Description copied from interface:Step
Called when the step has been overtaken by clicking the 'next' button.- Specified by:
steppedOver
in interfaceStep
- Overrides:
steppedOver
in classBaseStep
-
getTitle
Description copied from interface:Step
Get the title for the installation step.
-