:: com :: sun :: star :: ui :: dialogs ::

interface XExecutableDialog
Description
Specifies an interface for an executable dialog.

Methods' Summary
setTitle Sets the title of the dialog.  
execute Executes (shows) the dialog.  
Methods' Details
setTitle
void
setTitle( [in] string  aTitle );

Description
Sets the title of the dialog.
Parameter aTitle
Set an abitrary title for the dialog, may be an empty string if the dialog should not have a title.
execute
short
execute();

Description
Executes (shows) the dialog.
Returns
A status code of type ExecutableDialogResults.
Top of Page