See: Description
| Class | Description |
|---|---|
| GralCfgBuilder | |
| GralCfgData |
This class contains all configuration data for the appearance of the GUI.
|
| GralCfgData.DataReplace |
ZBNF: DataReplace::= <$?
|
| GralCfgData.GuiCfgButton |
ZBNF: Button::= ... ;
Class for instance to capture and store the Button data.
|
| GralCfgData.GuiCfgColor | |
| GralCfgData.GuiCfgCoord |
ZBNF: |
|
| GralCfgData.GuiCfgCurveLine |
ZBNF: {
|
| GralCfgData.GuiCfgCurveview |
ZBNF: Table::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgImage |
ZBNF: Text::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgInputFile |
ZBNF: ShowField::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgLed |
ZBNF: Text::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgLine |
ZBNF: Line::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgShowField |
ZBNF: ShowField::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgTable |
ZBNF: Table::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgText |
ZBNF: Text::=
|
| GralCfgData.GuiCfgType |
ZBNF: Text::= ... ;
Class for instance to capture and store the Table data.
|
| GralCfgData.GuiCfgWidget |
This is the base class of all configuration data for one widget.
|
| GralCfgDesigner | |
| GralCfgElement |
ZBNF: Element::= ... ;
Class for instance to capture and store one element.
|
| GralCfgPanel | |
| GralCfgPosition |
ZBNF: position::= ... ;
Class for instance to capture and store the position in an element.
|
| GralCfgWindow |
ZBNF: Window::=
|
| GralCfgWriter | |
| GralCfgZbnf |
Class to read the configuration script for a Graphical User Interface.
|
| GralScriptCmd |
This class supports writing a GUI which is determined by scripts.
|
| GuiCfg |
This class is the basic class for configurable GUI applications with 9-Area Main window.
|
GralCfgZbnf.
GralCfgData with any java program and run
GralCfgBuilder#buildGui(org.vishia.msgDispatch.LogMessage, int).
GralCfgDesigner.
GralCfgData in any case.
They can be written into a script using GralCfgWriter, which can be re-read with the GralCfgZbnf
to restore the data. The GUI configuration is not presented with any Java program then.