public abstract class InstallationWizardStep extends Object
Modifier | Constructor and Description |
---|---|
protected |
InstallationWizardStep(InstallationWizardFrame wizardFrame)
Initializes new instance of wizard step object.
|
Modifier and Type | Method and Description |
---|---|
abstract JPanel |
getFormPanel()
Gets panel with step form, called from wizard frame.
|
abstract String |
getStepTitle()
Gets step tilte, called from wizard frame.
|
InstallationWizardFrame |
getWizardFrame()
Gets parent wizard frame.
|
void |
onCancel()
Called from wizard frame before closing wizard.
|
abstract void |
onFormEvent(ActionEvent arg)
Called from wizard frame on user interface events in step panel form.
|
abstract boolean |
onNext()
Called from wizard frame before moving to next installation step.
|
protected InstallationWizardStep(InstallationWizardFrame wizardFrame)
wizardFrame
- public abstract JPanel getFormPanel()
public abstract String getStepTitle()
public abstract boolean onNext()
public abstract void onFormEvent(ActionEvent arg)
arg
- event parameterspublic void onCancel()
public InstallationWizardFrame getWizardFrame()
Copyright © 2013. All Rights Reserved.