public class FcmdSettings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GralUserAction |
actionApplyCfgCmd
Action to set the content of the cmd configuration file.
|
(package private) GralUserAction |
actionApplyCfgExt
Action to set the content of the extension configuration file.
|
(package private) GralUserAction |
actionApplyCfgPath
Action to set the content of the favor path file.
|
(package private) GralUserAction |
actionButton
Action for Close.
|
(package private) GralUserAction |
actionEditCfgFile
Action for open the editor for the configuration file.
|
(package private) GralUserAction |
actionOpenDialog
Action for open the dialog window.
|
(package private) GralUserAction |
actionOpenInfo
Action for Close.
|
protected Fcmd |
main |
(package private) int |
secondsRefresh |
static java.lang.String |
sVersion
Version, history and license
2023-02-11 Hartmut now with new concept all Gral widgets created without implementation firstly.
|
(package private) GralButton |
widgApplyCmd
Buttons for edit and apply the several configuration files.
|
(package private) GralButton |
widgApplyExt
Buttons for edit and apply the several configuration files.
|
(package private) GralButton |
widgApplyPaths
Buttons for edit and apply the several configuration files.
|
(package private) GralTextField_ifc |
widgCfgPath |
(package private) GralButton |
widgEditCmd
Buttons for edit and apply the several configuration files.
|
(package private) GralButton |
widgEditExt
Buttons for edit and apply the several configuration files.
|
(package private) GralTextField_ifc |
widgEditorPath
Path to call the editor for standard editing texts.
|
(package private) GralButton |
widgEditPaths
Buttons for edit and apply the several configuration files.
|
(package private) GralButton |
widgOk |
(package private) GralButton |
widgOkError |
(package private) GralTextField_ifc |
widgRefreshTime |
(package private) GralWindow_ifc |
windSettings |
Constructor and Description |
---|
FcmdSettings(Fcmd main) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
openDialog(java.io.File src)
Opens the view window and fills its content.
|
public static final java.lang.String sVersion
widgOkError
to open the infoBox, but open the infoBox automatically on error.
The Button for open Infobox will get a button text "error" if an error in the config is found.
It is nice to have on editing the scripts for commands to see whether it is okay or not and to detect the cause of errors.
protected final Fcmd main
GralWindow_ifc windSettings
GralTextField_ifc widgRefreshTime
GralTextField_ifc widgCfgPath
GralTextField_ifc widgEditorPath
GralButton widgOkError
GralButton widgOk
GralButton widgEditCmd
GralButton widgApplyCmd
GralButton widgEditExt
GralButton widgApplyExt
GralButton widgEditPaths
GralButton widgApplyPaths
int secondsRefresh
GralUserAction actionButton
GralUserAction actionOpenInfo
GralUserAction actionOpenDialog
GralUserAction actionEditCfgFile
GralUserAction actionApplyCfgCmd
GralUserAction actionApplyCfgExt
GralUserAction actionApplyCfgPath
public FcmdSettings(Fcmd main)