public class GralCfgWriter extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
version
Version and history
2015-27-01 Hartmut new: Now a text field can be set editable.
|
Constructor and Description |
---|
GralCfgWriter(LogMessage log) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
saveCfg(java.io.Writer dest,
GralCfgData cfg) |
public static final java.lang.String version
GralCfgData#editable
instead changing the type of a text field from 'S' to 'T', but in writeShowField(org.vishia.gral.cfg.GralCfgData.GuiCfgShowField)
it is written as a "InputTextline(...". It means next read of the config reads it as editable.
public GralCfgWriter(LogMessage log)
public java.lang.String saveCfg(java.io.Writer dest, GralCfgData cfg)