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
ConfigurationException
ModuleWizardStep.validate()
public void updateDataModel()
ModuleWizardStep.updateDataModel()
public javax.swing.JPanel getModulePanel()
public void bindModuleSettings(NamePathComponent namePathComponent)
public java.lang.String getModuleContentRoot()
getModuleContentRoot
in interface ModuleNameLocationSettings
public void setModuleContentRoot(java.lang.String path)
setModuleContentRoot
in interface ModuleNameLocationSettings
public void setModuleName(java.lang.String moduleName)
setModuleName
in interface ModuleNameLocationSettings
public javax.swing.JTextField getModuleNameField()
public java.lang.String getModuleName()
getModuleName
in interface ModuleNameLocationSettings