|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfiguratorModel | |
---|---|
com.gridsystems.config | |
com.gridsystems.config.modules.jvm | |
com.gridsystems.config.modules.tomcat | |
com.gridsystems.config.tools.swing |
Uses of ConfiguratorModel in com.gridsystems.config |
---|
Methods in com.gridsystems.config that return ConfiguratorModel | |
---|---|
protected abstract ConfiguratorModel |
Configurator.createModel()
Creates a new model instance. |
ConfiguratorModel |
Configurator.getModel()
Gets a reference to the model of this configurator. |
Methods in com.gridsystems.config with parameters of type ConfiguratorModel | |
---|---|
void |
ConfiguratorView.getValues(ConfiguratorModel srcModel)
Copies the model values into this view fields. |
void |
Configurator.setModel(ConfiguratorModel model)
Sets the model of this configurator. |
void |
ConfiguratorView.setValues(ConfiguratorModel destModel)
Copies this view field values into the destination model. |
Uses of ConfiguratorModel in com.gridsystems.config.modules.jvm |
---|
Classes in com.gridsystems.config.modules.jvm that implement ConfiguratorModel | |
---|---|
class |
JVMConfigModel
Data Model for the JVM Configurator. |
Methods in com.gridsystems.config.modules.jvm that return ConfiguratorModel | |
---|---|
protected ConfiguratorModel |
JVMConfigurator.createModel()
Creates a new model instance. |
Methods in com.gridsystems.config.modules.jvm with parameters of type ConfiguratorModel | |
---|---|
void |
JVMSwingView.getValues(ConfiguratorModel model)
Transfers data from the internal data structure to the GUI fields. |
void |
JVMConsoleView.getValues(ConfiguratorModel model)
Copies the model values into this view fields. |
void |
JVMSwingView.setValues(ConfiguratorModel model)
Transfers data from the GUI fields to the internal data structure. |
void |
JVMConsoleView.setValues(ConfiguratorModel model)
Copies this view field values into the destination model. |
Uses of ConfiguratorModel in com.gridsystems.config.modules.tomcat |
---|
Classes in com.gridsystems.config.modules.tomcat that implement ConfiguratorModel | |
---|---|
class |
TomcatConfigModel
Data model for the Tomcat configurator. |
Methods in com.gridsystems.config.modules.tomcat that return ConfiguratorModel | |
---|---|
protected ConfiguratorModel |
TomcatConfigurator.createModel()
Creates a new model instance. |
Methods in com.gridsystems.config.modules.tomcat with parameters of type ConfiguratorModel | |
---|---|
void |
TomcatSwingView.getValues(ConfiguratorModel model)
Copies the model values into this view fields. |
void |
TomcatConsoleView.getValues(ConfiguratorModel model)
Copies the model values into this view fields. |
void |
TomcatSwingView.setValues(ConfiguratorModel model)
Copies this view field values into the destination model. |
void |
TomcatConsoleView.setValues(ConfiguratorModel model)
Copies this view field values into the destination model. |
Uses of ConfiguratorModel in com.gridsystems.config.tools.swing |
---|
Methods in com.gridsystems.config.tools.swing with parameters of type ConfiguratorModel | |
---|---|
void |
BasePanel.getValues(ConfiguratorModel model)
Copies the model values into this view fields. |
void |
BasePanel.setValues(ConfiguratorModel model)
Copies this view field values into the destination model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |