name |
Name of the component used by the Desktop for its unique identification.
This attribute is fixed, and its value is "ExitButton". A new class
can be implemented to substitute or extend the one provided, but the
name must not be changed, to allow the Desktop to identify the component
as the exit button. |
iconName |
Name of the file containing an icon to be set into the button
(mandatory) |
toolTipText |
Text that is shown when the mouse cursor is moved over the
button (mandatory) |
width |
Width of the button |
height |
Height of the button |
x |
Horizontal coordinate for the location of the button (mandatory) |
y |
Vertical coordinate for the location of the button (mandatory) |
confirmation WindowTitle |
Text of the confirmation prompter view title |
confirmation WindowMessage |
Text of the confirmation prompter view message |
confirmation WindowYesTitle |
Text of the confirmation prompter view "YES" button |
confirmation WindowNoTitle |
Text of the confirmation prompter view "NO" button |
onInitialize |
Java code to be executed
when the component is initialized |