:: com :: sun :: star :: awt ::
|
interface XDialog |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-XDialog
|
- 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 © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.