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

service PackageManagerDialog
Supported Interface
::com::sun::star::ui::dialogs::XExecutableDialog
Usage Restrictions
not published
Description
The PackageManagerDialog is used to visually manage installed packages of the user and shared installation as well as currently open documents.
Since
OpenOffice 2.0.0


Constructors' Summary
createDefault Create a default GUI.  
create Create a GUI using the specific parent window and focus on the given context.  
Constructors' Details
createDefault
createDefault();

Description
Create a default GUI.
create
create( [in] ::com::sun::star::awt::XWindow  xParent,
[in] string  focussedContext );

Description
Create a GUI using the specific parent window and focus on the given context.
Parameter xParent
parent window
Parameter focussedContext
context to be focussed

 
Top of Page