:: com :: sun :: star :: awt ::

interface XDialog2
Base Interfaces
XDialog2XDialog

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