public class CopyEngineExecutorStep extends InstallationWizardStep
Modifier | Constructor and Description |
---|---|
protected |
CopyEngineExecutorStep(InstallationWizardFrame wizardFrame,
File dstDirectory)
Create CopyEngineExecutorStep instance.
|
Modifier and Type | Method and Description |
---|---|
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()
Copying engine files with own thread.
|
getWizardFrame, onCancel
protected CopyEngineExecutorStep(InstallationWizardFrame wizardFrame, File dstDirectory)
wizardFrame
- parent wizard framedstDirectory
- destination directory of enginepublic 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)
Copyright © 2013. All Rights Reserved.