Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: drawing :: framework ::

unpublished interface XPane2
Usage Restrictions
not published
Description
An extension of the XPane interface that adds support for a) showing and hiding the windows that internally belong to the pane and b) setting the accessibility object. This is typically an optional interface.

Methods' Summary
isVisible Return whether all windows that are used to implement the pane are visible. @Returns true when all windows of the pane are visible.  
setVisible Hide or show the pane. If there is more than one window used to implement the pane then it is left to the implementation if one, some, or all windows are hidden or shown as long as the pane becomes hidden or visible.  
setAccessible Set the accessibility object for the pane. When there is more than one window used to implement the pane then the given accessibility object is usually set at the topmost window. However, the details are implementation dependent.  
getAccessible Return the accessibility object that is currently associated with the windows that implement the pane.  
Methods' Details
isVisible
boolean
isVisible();

Description
Return whether all windows that are used to implement the pane are visible. @Returns true when all windows of the pane are visible.
setVisible
void
setVisible( [in] boolean  bIsVisible );

Description
Hide or show the pane. If there is more than one window used to implement the pane then it is left to the implementation if one, some, or all windows are hidden or shown as long as the pane becomes hidden or visible.
Parameter bIsVisible
When true then show the pane. Hide it otherwise.
setAccessible
void
setAccessible( [in] ::com::sun::star::accessibility::XAccessible  xAccessible );

Description
Set the accessibility object for the pane. When there is more than one window used to implement the pane then the given accessibility object is usually set at the topmost window. However, the details are implementation dependent.
Parameter xAccessible
May be an empty reference.
getAccessible
::com::sun::star::accessibility::XAccessible
getAccessible();

Description
Return the accessibility object that is currently associated with the windows that implement the pane.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.