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.
|
|
Copyright © 2011, 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.