Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XExecutableDialog

Base Interface
com::sun::star::uno::XInterface

Description
Specifies an interface for an executable dialog.


Known Services which Export this Interface

com::sun::star::sdb::DatasourceAdministrationDialog provides a user interface for administrating the system wide registered data sources.
com::sun::star::sdb::ErrorMessageDialog provides a dialog for displaying database related exceptions.

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