Class StepDone
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.StepDone
- All Implemented Interfaces:
Action
,Step
,Comparable<Step>
Done 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, steppedOver
Methods inherited from class ch.autumo.ui.fx.controller.actions.BaseAction
getApp, getController, getScene, getStage, getStageModality, run, setApp, setController, setStageModality
-
Constructor Details
-
StepDone
public StepDone()
-
-
Method Details