java.awt
protected class: ScrollPane.AccessibleAWTScrollPane [javadoc |
source]
java.lang.Object
AccessibleAWTContainer
java.awt.ScrollPane$AccessibleAWTScrollPane
This class implements accessibility support for the
ScrollPane class. It provides an implementation of the
Java Accessibility API appropriate to scroll pane user-interface
elements.
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.ScrollPane$AccessibleAWTScrollPane Detail: |
public AccessibleRole getAccessibleRole() {
return AccessibleRole.SCROLL_PANE;
}
Get the role of this object. |