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

interface XToolPanel
Description
describes the basic interface to be implemented by a tool panel

Methods' Summary
createAccessible creates the root of the Accessibility object tree for the tool panel  
Attributes' Summary
Window provides access to the tool panel's main window.  
Methods' Details
createAccessible
::com::sun::star::accessibility::XAccessible
createAccessible( [in] ::com::sun::star::accessibility::XAccessible  ParentAccessible );

Description
creates the root of the Accessibility object tree for the tool panel
Parameter ParentAccessible
the parent object in the Accessibility object tree
Attributes' Details
Window
[ readonly ] ::com::sun::star::awt::XWindow Window;
Description
provides access to the tool panel's main window.

It is allowed for an implementation to return NULL here, but in this case some functionality, for instance automatic positioning of the tool panel, might not be available, and must be implemented by the tool panel itself.

Top of Page