public class ChooseTemplateStep extends ModuleWizardStep
EMPTY_ARRAY
Constructor and Description |
---|
ChooseTemplateStep(WizardContext wizardContext,
ProjectTypeStep projectTypeStep) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent() |
ProjectTemplateList |
getTemplateList() |
boolean |
isStepVisible() |
boolean |
setSelectedTemplate(java.lang.String name) |
void |
updateDataModel()
Commits data from UI into ModuleBuilder and WizardContext
|
void |
updateStep()
Update UI from ModuleBuilder and WizardContext
|
createFieldPanel, disposeUIResources, getHelpId, getName, onStepLeaving, onWizardFinished, toString, validate
_commit, _init, fireStateChanged, getIcon, getPreferredFocusedComponent, registerStepListener
public ChooseTemplateStep(WizardContext wizardContext, ProjectTypeStep projectTypeStep)
public boolean isStepVisible()
isStepVisible
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 updateStep()
ModuleWizardStep
updateStep
in class ModuleWizardStep
public void updateDataModel()
ModuleWizardStep
updateDataModel
in class ModuleWizardStep
public ProjectTemplateList getTemplateList()
public boolean setSelectedTemplate(java.lang.String name)