Modifier and Type | Field and Description |
---|---|
JZtxtcmdScript.AddSub2List |
addButtonCmd |
protected CmdGetterArguments |
getterFileArguments
This implementation resolves the arguments for invoked commands with the capabilities of the Fcmd.
|
static java.lang.String |
version
Version, history and license.
|
_gralMng, actionFile, console, gui, guiAccess, guiCfgData, guiW, mainCmd, mainTabPanel, panelBuildIfc, plugUser2Gui, user
Constructor and Description |
---|
Fcmd(org.vishia.commander.Fcmd.CallingArgs cargs,
GralArea9MainCmd cmdgui) |
Modifier and Type | Method and Description |
---|---|
void |
finishMain()
Executing in the main thread loop.
|
protected void |
initGuiAreas(java.lang.String sAreaMainPanel)
Initializes the areas for the panels and configure the panels.
|
protected void |
initMain() |
static void |
main(java.lang.String[] args)
The command-line-invocation (primary command-line-call.
|
protected void |
refreshFilePanel(FileRemote fileOrDir)
Refreshes the
FcmdFileCard if the dir is the current one. |
void |
stepMain()
Executing in the main thread loop.
|
appendTextInfoBox, execute, get, getPluggedUser, initMenuGralDesigner, setTextInfoBox, showInfoBox, userInit
public JZtxtcmdScript.AddSub2List addButtonCmd
protected CmdGetterArguments getterFileArguments
public static final java.lang.String version
FcmdFavorPathSelector.actionDeselectDirtree
now removes all FileRemote instances of children
because a selection is not necessary furthermore. This is a 'refresh'. But the 'refresh' (F5, ctrl-R) should not change selection,
it must not delete this children-FileRemote. Only deselection is the key action for that.
FcmdExecuter#sVersion
, FcmdSettings.sVersion
refreshFilePanel(FileRemote)
can be called in any callback thread.
public Fcmd(org.vishia.commander.Fcmd.CallingArgs cargs, GralArea9MainCmd cmdgui)
public void finishMain()
finishMain
in class GuiCfg
GuiCfg.stepMain()
protected void initGuiAreas(java.lang.String sAreaMainPanel)
initGuiAreas
in class GuiCfg
public static void main(java.lang.String[] args)
args
- Some calling arguments are taken. This is the GUI-configuration
especially.protected void refreshFilePanel(FileRemote fileOrDir)
FcmdFileCard
if the dir is the current one.
This method can be invoked in any for example callback routine in any thread, which changes the content of directories.
Note: It starts GralFileSelector.fillIn(FileRemote, boolean)
which refreshes the filesfileOrDir
- The changed file or its directory.
it is checked whether the directory is shown currently in one of the three file panels, then the panel will be refreshed.
If the directory is not shown yet then nothing is done.
Note that a directory will be refreshed whenever it will be activated in a panel.public void stepMain()
stepMain
in class GuiCfg
GuiCfg.stepMain()