|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gridsystems.config.tools.console.AbstractConsoleView com.gridsystems.config.modules.jvm.JVMConsoleView
public class JVMConsoleView
Console View for the JVM Configurator.
Field Summary |
---|
Fields inherited from class com.gridsystems.config.tools.console.AbstractConsoleView |
---|
bundle, width |
Constructor Summary | |
---|---|
JVMConsoleView(JVMConfigurator config)
Creates a new instance bound to the specified configurator. |
Method Summary | |
---|---|
protected void |
getContents(java.util.List<java.lang.Object> contents)
Gets an array with the items conforming the contents of the "view box". |
java.lang.String |
getSubtitle()
Gets the subtitle of this view. |
java.lang.String |
getTitle()
Gets the title of this view. |
void |
getValues(ConfiguratorModel model)
Copies the model values into this view fields. |
void |
setValues(ConfiguratorModel model)
Copies this view field values into the destination model. |
Methods inherited from class com.gridsystems.config.tools.console.AbstractConsoleView |
---|
addKeyMapping, addKeyMapping, addKeyMapping, buildForm, clearErrors, createBoolField, createConstantField, createPasswordField, createSelectionField, createValueField, execute, getConfigurator, getString, getString, hasErrors, paintForm, removeKeyMapping, removeKeyMapping, setApplyDiscardMappings, showError, updateError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JVMConsoleView(JVMConfigurator config)
config
- The configurator instance.Method Detail |
---|
public java.lang.String getTitle()
public java.lang.String getSubtitle()
public void getValues(ConfiguratorModel model)
model
- The source modelpublic void setValues(ConfiguratorModel model)
This copy should not involve validation or persistence storage, as these actions will be performed later.
model
- The destination modelprotected void getContents(java.util.List<java.lang.Object> contents)
getContents
in class AbstractConsoleView
contents
- A list where to put the contents of the box
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |