:: com :: sun :: star :: awt ::
|
interface XDialog2 |
- Base Interfaces
XDialog2
┗ XDialog
XDialog |
- (referenced interface's summary:)
- makes it possible to show and hide a dialog and gives access to
the title of the dialog.
|
|
|
Methods' Summary |
endDialog |
hides the dialog and then causes XDialog::execute
to return with the given result value.
|
setHelpId |
sets the help id so that the standard help button action will
show the appropriate help page.
|
Methods' Details |
endDialog
void |
endDialog( |
[in] long |
Result ); |
- Description
- hides the dialog and then causes XDialog::execute
to return with the given result value.
|
|
setHelpId
void |
setHelpId( |
[in] long |
Id ); |
- Description
- sets the help id so that the standard help button action will
show the appropriate help page.
|
|
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.