public class ModuleNameLocationComponent extends java.lang.Object implements ModuleNameLocationSettings
| Constructor and Description |
|---|
ModuleNameLocationComponent(WizardContext wizardContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindModuleSettings(NamePathComponent namePathComponent) |
AbstractModuleBuilder |
getModuleBuilder() |
java.lang.String |
getModuleContentRoot() |
java.lang.String |
getModuleName() |
javax.swing.JTextField |
getModuleNameField() |
javax.swing.JPanel |
getModulePanel() |
void |
setModuleContentRoot(java.lang.String path) |
void |
setModuleName(java.lang.String moduleName) |
void |
updateDataModel() |
boolean |
validate() |
public ModuleNameLocationComponent(WizardContext wizardContext)
public AbstractModuleBuilder getModuleBuilder()
public boolean validate()
throws ConfigurationException
ConfigurationExceptionModuleWizardStep.validate()public void updateDataModel()
ModuleWizardStep.updateDataModel()public javax.swing.JPanel getModulePanel()
public void bindModuleSettings(NamePathComponent namePathComponent)
public java.lang.String getModuleContentRoot()
getModuleContentRoot in interface ModuleNameLocationSettingspublic void setModuleContentRoot(java.lang.String path)
setModuleContentRoot in interface ModuleNameLocationSettingspublic void setModuleName(java.lang.String moduleName)
setModuleName in interface ModuleNameLocationSettingspublic javax.swing.JTextField getModuleNameField()
public java.lang.String getModuleName()
getModuleName in interface ModuleNameLocationSettings