com :: sun :: star :: ui :: dialogs :: interface XExecutableDialog
- Base Interface
- com::sun::star::uno::XInterface
- 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(
-
- 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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.