public class GuiCallingArgs extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
cfgConditions |
java.io.File |
dirHtmlHelp |
protected java.io.File |
fileGuiCfg
The configuration file.
|
(package private) GralFactory |
graphicFactory
The graphic base factory can be detected from command line arguments
or set directly from the calling level.
|
java.io.File |
msgConfig |
java.lang.String |
positionWindow
The position in grid units related to the whole display.
|
(package private) java.lang.String |
sInspectorOwnPort
The own ipc-address for inspector-Communication with this application.
|
char |
sizeShow
Size, either A,B or F for 800x600, 1024x768 or full screen.
|
java.lang.String |
sOwnIpcAddr
The own ipc-address for Interprocess-Communication with the target.
|
java.lang.String |
sPathZbnf |
java.lang.String |
sPluginCfg
A plugin specific confic string.
|
(package private) java.lang.String |
sPluginClass
A class which is used as plugin for user specifies.
|
java.lang.String |
sTimeZone
The time zone to present all time informations.
|
(package private) java.lang.String |
sTitle
String for title bar.
|
static int |
version
Version, history and licence
2015-05-16 Hartmut new "-help:" for help base dir in argument check, "-msgcfg:" in argument check.
|
Constructor and Description |
---|
GuiCallingArgs() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDirCfg()
Returns that directory where the configuration file is found.
|
public static final int version
sTitle
sizeShow
instead sSize, new #xLeftPixelWindow
etc.
java.lang.String sTitle
GralFactory graphicFactory
protected java.io.File fileGuiCfg
public java.lang.String sPathZbnf
public java.lang.String sTimeZone
public char sizeShow
public java.lang.String positionWindow
public java.lang.String sOwnIpcAddr
public java.util.List<java.lang.String> cfgConditions
java.lang.String sPluginClass
PlugUser_ifc
.public java.lang.String sPluginCfg
java.lang.String sInspectorOwnPort
public java.io.File dirHtmlHelp
public java.io.File msgConfig
public GuiCallingArgs()
public java.io.File getDirCfg()