Modifier and Type | Class and Description |
---|---|
(package private) static class |
ViewCfg.CallingArguments
The command-line-arguments may be stored in an extra class, which can arranged in any other class too.
|
private static class |
ViewCfg.CmdLineAndGui
Organisation class for the GUI.
|
Modifier and Type | Field and Description |
---|---|
private GralUserAction |
actionKeyboard
This instance helps to create the Dialog Widget as part of the whole window.
|
(package private) ViewCfg.CallingArguments |
callingArguments |
private OamRcvValue |
oamRcvUdpValue |
private OamShowValues |
oamShowValues |
private boolean |
showValuesOk
Composition of a class, that reads the oam output values from the target
and writes into variables, which are displayed.
|
static int |
version
Version and history
2012-20-22 Hartmut chg now works yet.
|
_gralMng, actionFile, console, gui, guiAccess, guiCfgData, guiW, mainCmd, mainTabPanel, panelBuildIfc, plugUser2Gui, user
Constructor and Description |
---|
ViewCfg(ViewCfg.CallingArguments cargs,
GralArea9MainCmd cmdgui)
ctor for the main class of the application.
|
Modifier and Type | Method and Description |
---|---|
protected void |
initMain() |
static void |
main(java.lang.String[] args)
The command-line-invocation (primary command-line-call.
|
protected void |
stepMain() |
(package private) void |
stop() |
appendTextInfoBox, execute, finishMain, get, getPluggedUser, initGuiAreas, initMenuGralDesigner, setTextInfoBox, showInfoBox, userInit
public static final int version
private final OamShowValues oamShowValues
private final boolean showValuesOk
private final OamRcvValue oamRcvUdpValue
final ViewCfg.CallingArguments callingArguments
private final GralUserAction actionKeyboard
ViewCfg(ViewCfg.CallingArguments cargs, GralArea9MainCmd cmdgui)
MainCmdWin
.
cargs
- The given calling arguments.gui
- The GUI-organization.