:: com :: sun :: star :: ui ::
|
unpublished |
interface XToolPanel |
|
|
|
- Usage Restrictions
- not published
- 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
- 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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.