:: com :: sun :: star :: deployment :: ui ::

unpublished service LicenseDialog
Supported Interface
::com::sun::star::ui::dialogs::XExecutableDialog
Usage Restrictions
not published
Description
The LicenseDialog is used to display a license text.
Since
OOo 2.0.4


Constructors' Summary
create Create a GUI using the specific parent window and focus on the given context.  
Constructors' Details
create
create( [in] ::com::sun::star::awt::XWindow  xParent,
[in] string  extensionName,
[in] string  licenseText );

Description
Create a GUI using the specific parent window and focus on the given context.
Parameter xParent
parent window
Parameter extensionName
the display name of the extension
Parameter licenseText
text to be displayed

 
Top of Page