public class ProjectJdkForModuleStep extends ModuleWizardStep
EMPTY_ARRAY
Constructor and Description |
---|
ProjectJdkForModuleStep(WizardContext context,
SdkType type) |
ProjectJdkForModuleStep(WizardContext context,
SdkType type,
java.lang.String helpId) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object [] |
getAllJdks()
Deprecated.
this method does return an empty array
|
javax.swing.JComponent |
getComponent() |
java.lang.String |
getHelpId() |
javax.swing.Icon |
getIcon() |
Sdk |
getJdk() |
javax.swing.JComponent |
getPreferredFocusedComponent() |
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. |
createFieldPanel, disposeUIResources, getName, isStepVisible, onStepLeaving, onWizardFinished, toString
_commit, _init, fireStateChanged, registerStepListener
public ProjectJdkForModuleStep(WizardContext context, SdkType type)
public ProjectJdkForModuleStep(WizardContext context, SdkType type, java.lang.String helpId)
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent
in interface Step
getPreferredFocusedComponent
in class StepAdapter
public java.lang.String getHelpId()
getHelpId
in class ModuleWizardStep
public javax.swing.JComponent getComponent()
getComponent
in interface Step
getComponent
in class ModuleWizardStep
JComponent
that represents step's UI in the wizard. This
method should not return null
.public void updateDataModel()
ModuleWizardStep
updateDataModel
in class ModuleWizardStep
public void updateStep()
ModuleWizardStep
updateStep
in class ModuleWizardStep
public Sdk getJdk()
@Deprecated public java.lang.Object [] getAllJdks()
public javax.swing.Icon getIcon()
getIcon
in interface Step
getIcon
in class StepAdapter
null
.public boolean validate()
ModuleWizardStep
ModuleWizardStep.updateDataModel()
is called.validate
in class ModuleWizardStep
true
if input is valid, false
otherwise