title |
Title of the main window |
width |
Width of the Desktop |
height |
Height of the Desktop |
bookmarkId |
Identifier for the customized file of bookmarks. This file contains
the list of bookmarks defined by the user. For example, if the value is set
to XXX, the file would be named BMAXXX.xml. |
lookAndFeel |
Look and feel associated with the Desktop. This value can be any look
and feel class supported by Java(TM) Swing. The default for the Desktop
is the CrossPlatformLookAndFeel. |
finalizerClass |
Along with the static finalizerMethod, specifies a process to be executed
when the Desktop is closed, after the final dialog box confirmation |
finalizerMethod |
See finalizerClass |
helpFileURL |
Path and name of the help file to be used by the Desktop to show the
help information for a specific identifier |
initializerClass |
Along with the static initializerMethod, specifies a process to be
executed right after the Desktop has been initialized. This is an opportunity
to initialize the base toolkit (if it was not done before starting the Desktop)
and to update the Desktop with the required information gathered from the
application's context hierarchy. |
initializerMethod |
See initializerClass |
rebuilderClass |
Along with the static rebuilderMethod, specifies a process to be executed
when the Desktop is rebuilt. Use this class if something must be done when
the Desktop is rebuilt. |
rebuilderMethod |
See rebuilderClass |
multiTasking |
Whether to accept the execution of many operations at a time |
onInitialize |
Java script to be executed when the Desktop has been
initialized. It can contain many lines of Java code. |
orientation |
Orientation of all the visual components in the Desktop |
packages |
List of package names where the classes for the elements defined in
the Desktop configuration files are located. A package name must end with
a period, and multiple packages must be separated by commas. |