public class GetFrontendDirectoryStep extends InstallationWizardStep
Modifier | Constructor and Description |
---|---|
protected |
GetFrontendDirectoryStep(InstallationWizardFrame wizardFrame)
Create instance for getting odcleanstore front end destination directory from user.
|
Modifier and Type | Method and Description |
---|---|
JPanel |
getFormPanel()
Gets panel with step form, called from wizard frame.
|
File |
getFrontendDirectory() |
String |
getStepTitle()
Gets step tilte, called from wizard frame.
|
void |
onFormEvent(ActionEvent arg)
Called from wizard frame on user interface events in step panel form.
|
boolean |
onNext()
Validate odcleanstore front end destination directory from user.
|
getWizardFrame, onCancel
protected GetFrontendDirectoryStep(InstallationWizardFrame wizardFrame)
wizardFrame
- parent wizard framepublic String getStepTitle()
InstallationWizardStep
getStepTitle
in class InstallationWizardStep
InstallationWizardStep.getStepTitle()
public JPanel getFormPanel()
InstallationWizardStep
getFormPanel
in class InstallationWizardStep
InstallationWizardStep.getFormPanel()
public boolean onNext()
onNext
in class InstallationWizardStep
InstallationWizardStep.onNext()
public void onFormEvent(ActionEvent arg)
InstallationWizardStep
onFormEvent
in class InstallationWizardStep
arg
- event parametersInstallationWizardStep.onFormEvent(java.awt.event.ActionEvent)
public File getFrontendDirectory()
Copyright © 2013. All Rights Reserved.