:: com :: sun :: star :: awt ::
|
interface XDialog |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XDialog
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- makes it possible to show and hide a dialog and gives access to
the title of the dialog.
|
Methods' Details |
setTitle
[oneway] void |
setTitle( |
[in] string |
Title ); |
- Description
- sets the title of the dialog.
|
|
getTitle
- Description
- gets the title of the dialog.
|
|
execute
- Description
- shows the dialog.
|
|
endExecute
- Description
- hides the dialog and then causes XDialog::execute
to return.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.