:: 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' 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 © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.