public class GetEngineDirectoryStep extends InstallationWizardStep
Modifier | Constructor and Description |
---|---|
protected |
GetEngineDirectoryStep(InstallationWizardFrame wizardFrame)
Create instance for getting destination engine directory from user.
|
Modifier and Type | Method and Description |
---|---|
File |
getEngineDirectory() |
JPanel |
getFormPanel()
Gets panel with step form, called from wizard frame.
|
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 engine destination directory from user.
|
getWizardFrame, onCancel
protected GetEngineDirectoryStep(InstallationWizardFrame wizardFrame)
wizardFrame
- parent frame wizardpublic 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 getEngineDirectory()
Copyright © 2013. All Rights Reserved.