Package | Description |
---|---|
org.modelio.api.module |
Mdac development infrastructure
|
org.modelio.api.module.parameter.impl |
Modifier and Type | Field and Description |
---|---|
protected IParameterEditionModel |
AbstractJavaModule.parameterEditionModel |
Modifier and Type | Method and Description |
---|---|
IParameterEditionModel |
AbstractJavaModule.getParametersEditionModel()
Get the parameters model as it must be shown in the module parameters edition dialog.
|
default IParameterEditionModel |
IModule.getParametersEditionModel()
Get the parameters model as it must be shown in the module parameters
edition dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaModule.initParametersEditionModel(IParameterEditionModel model)
Register the given parameter model as the fall back parameter edition model if the module implementation does not define a custom one.
|
default void |
IModule.initParametersEditionModel(IParameterEditionModel model)
Initialize the parameters model from the module.xml file at module
install.
|
Modifier and Type | Class and Description |
---|---|
class |
ParametersEditionModel |