public interface FcmdDocuSearch
Fcmd#getLastSelectedFiles()
| Modifier and Type | Method and Description |
|---|---|
void |
keyActions()
The
GralMng.setMainKeyAction(org.vishia.gral.ifc.GralUserAction) knows a central processing of keys,
which are invoked from all widgets. |
void keyActions()
GralMng.setMainKeyAction(org.vishia.gral.ifc.GralUserAction) knows a central processing of keys,
which are invoked from all widgets.
The FcmdButtons.actionMainKeys is registered for that.
The method FcmdButtons#processKey(int) processes the common keys with the table
FcmdButtons#keys and its associated FcmdButtons#keyAction.
That arrays are filled by registering the actions in FcmdButtons#addButton(...)
called from FcmdButtons.initPanelButtons().
The information which keys and methods are contained in the FcmdIdents
which are referenced in Fcmd.idents.
All key settings in FcmdIdents are variables which are initialized and which can be changed from a script
before they are used. In that kind all keys and texts are flexible.