public class InspcGui extends java.lang.Object implements CompleteConstructionAndStart
Modifier and Type | Field and Description |
---|---|
GralColorSelector |
colorSelector |
static java.lang.String |
version
Version, history and license
2016-12-30 Hartmut chg: The buttons for log, retry, get by handle are not part of
InspcViewTargetComm
2016-01-24 Hartmut new: cmd line argument -cycle= for cycletime
2015-01-27 Hartmut new: Test actionGetValueByHandleIntern
2015-01-27 Hartmut new: Now initialized the GralShowMethods for usage on edit fields. |
Modifier and Type | Method and Description |
---|---|
void |
completeConstruction()
This routine should be called after all instances were created.
|
static void |
main(java.lang.String[] args)
The command-line-invocation (primary command-line-call.
|
void |
startupThreads()
This routine should be called from the main builder and then all children if the
CompleteConstructionAndStart.completeConstruction() was called for all. |
public GralColorSelector colorSelector
public static final java.lang.String version
InspcViewTargetComm
actionGetValueByHandleIntern
GralShowMethods
for usage on edit fields. An edit field
can use the GralShowMethods.syncVariableOnFocus
if the text was changed.
It invokes VariableAccess_ifc.setString(String)
which changed the content of the variable on their target.
CallingArguments#bUseGetValueByIndex
for downward compatibility
GuiCfg
, instead uses the inner class InspcGuiCfg
.
It is a problem of order of instantiation.
public void completeConstruction()
org.vishia.util.CompleteConstructionAndStart
completeConstruction
in interface CompleteConstructionAndStart
public static void main(java.lang.String[] args)
args
- Some calling arguments are taken. This is the GUI-configuration especially.public void startupThreads()
org.vishia.util.CompleteConstructionAndStart
CompleteConstructionAndStart.completeConstruction()
was called for all.
It should implement starting of threads, if necessary. Or assign start data.startupThreads
in interface CompleteConstructionAndStart