public interface GralMngApplAdapter_ifc
org.vishia.gral.area9.GralArea9Window
.Modifier and Type | Field and Description |
---|---|
static int |
version
Version, history and license.
|
Modifier and Type | Method and Description |
---|---|
void |
setHelpUrl(java.lang.String url)
For context sensitive help, it assigns a part of a URL to the widget which has the focus gained.
|
static final int version
void setHelpUrl(java.lang.String url)
url
- A ":file.html#label" or ":localdir/file.html#label"
or "/abs/path/to/help.html#label" or "relatpath/help.html#lablel":org.vishia.gral.area9_ifc.GralArea9#setHelpBase(String)
If url is an absolute path then it is used as is.
If it does not start with a ":" then is should be used as relative path
related to the application's current directory.