Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

interface XDialog
Description
makes it possible to show and hide a dialog and gives access to the title of the dialog.

Methods' Summary
setTitle sets the title of the dialog.  
getTitle gets the title of the dialog.  
execute shows the dialog.  
endExecute hides the dialog and then causes XDialog::execute to return.  
Methods' Details
setTitle
[oneway] void
setTitle( [in] string  Title );

Description
sets the title of the dialog.
getTitle
string
getTitle();

Description
gets the title of the dialog.
execute
short
execute();

Description
shows the dialog.
endExecute
void
endExecute();

Description
hides the dialog and then causes XDialog::execute to return.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.