:: 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
- 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
- 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
- Description
- Return the accessibility object that is currently associated with
the windows that implement the pane.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.