public class SelectExternalProjectStep extends AbstractImportFromExternalSystemWizardStep
EMPTY_ARRAY| Constructor and Description |
|---|
SelectExternalProjectStep(WizardContext context) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getComponent() |
java.lang.String |
getHelpId() |
void |
updateDataModel()
Commits data from UI into ModuleBuilder and WizardContext
|
void |
updateStep()
Update UI from ModuleBuilder and WizardContext
|
boolean |
validate()
Validates user input before
ModuleWizardStep.updateDataModel() is called. |
getBuildergetIcon, getWizardContext, suggestProjectNameAndPathcreateFieldPanel, disposeUIResources, getName, isStepVisible, onStepLeaving, onWizardFinished, toString_commit, _init, fireStateChanged, getPreferredFocusedComponent, registerStepListenerpublic SelectExternalProjectStep(WizardContext context)
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 updateStep()
ModuleWizardStepupdateStep in class ModuleWizardSteppublic void updateDataModel()
ModuleWizardStepupdateDataModel in class ModuleWizardSteppublic java.lang.String getHelpId()
getHelpId 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