:: com :: sun :: star :: inspection ::

service DefaultHelpProvider
Supported Interface
::com::sun::star::uno::XInterface


Constructors' Summary
create creates a help provider instance  
Constructors' Details
create
create( [in] XObjectInspectorUI  InspectorUI )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a help provider instance
Parameter InspectorUI
provides access to the UI of the ObjectInspector which should be observed. Must not be NULL.
Throws
::com::sun::star::lang::IllegalArgumentException if the given inspector UI is NULL.

 
Top of Page