public class CloudModuleWizardStep extends ModuleWizardStep
EMPTY_ARRAY| Constructor and Description |
|---|
CloudModuleWizardStep(CloudModuleBuilder moduleBuilder,
Project project,
Disposable parentDisposable) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getComponent() |
void |
updateDataModel()
Commits data from UI into ModuleBuilder and WizardContext
|
boolean |
validate()
Validates user input before
ModuleWizardStep.updateDataModel() is called. |
createFieldPanel, disposeUIResources, getHelpId, getName, isStepVisible, onStepLeaving, onWizardFinished, toString, updateStep_commit, _init, fireStateChanged, getIcon, getPreferredFocusedComponent, registerStepListenerpublic CloudModuleWizardStep(CloudModuleBuilder moduleBuilder, Project project, Disposable parentDisposable)
public javax.swing.JComponent getComponent()
getComponent in interface StepgetComponent in class ModuleWizardStepJComponent that represents step's UI in the wizard. This
method should not return null.public void updateDataModel()
ModuleWizardStepupdateDataModel in class ModuleWizardSteppublic boolean validate()
throws ConfigurationException
ModuleWizardStepModuleWizardStep.updateDataModel() is called.validate in class ModuleWizardSteptrue if input is valid, false otherwiseConfigurationException - if input is not valid and needs user attention. Exception message will be displayed to user