Methods' Details |
getAccessibleContext
- Description
- Returns the AccessibleContext associated with this object.
The idea to let this interface only return an
XAccessibleContext instead of directly supporting its
functions is to allow the separation of the implementation of the
functions that make a class accessible from the implementation of
that class. You may, of course, implement XAccessible
and XAccessibleContext in one class.
- Returns
- A reference to the object that contains the actual accessibility
information.
- See also
- AccessibleContext
|
|
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.