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

service LicenseDialog
Supported Interface
::com::sun::star::ui::dialogs::XExecutableDialog


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