Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
protected class Applet.AccessibleApplet
extends Panel.AccessibleAWTPanel
getAccessibleContext()
.
Nested Class Summary |
Nested classes/interfaces inherited from class java.awt.Container.AccessibleAWTContainer | |
Container.AccessibleAWTContainer.AccessibleContainerHandler |
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent | |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler , Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
Field Summary |
Fields inherited from class java.awt.Container.AccessibleAWTContainer | |
accessibleContainerHandler |
Fields inherited from class java.awt.Component.AccessibleAWTComponent | |
accessibleAWTComponentHandler , accessibleAWTFocusHandler |
Constructor Summary | |
|
Method Summary | |
AccessibleRole |
|
AccessibleStateSet |
|
Methods inherited from class java.awt.Panel.AccessibleAWTPanel | |
getAccessibleRole |
Methods inherited from class java.awt.Container.AccessibleAWTContainer | |
getAccessibleAt , getAccessibleChild , getAccessibleChildrenCount |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public AccessibleRole getAccessibleRole()
Get the role of this accessible object, a frame.
- Overrides:
- getAccessibleRole in interface Panel.AccessibleAWTPanel
- Returns:
- the role of the object
- See Also:
AccessibleRole.FRAME
public AccessibleStateSet getAccessibleStateSet()
Get the state set of this accessible object. In addition to the default states of a Component, the applet can also be active.
- Overrides:
- getAccessibleStateSet in interface Component.AccessibleAWTComponent
- Returns:
- the role of the object
- See Also:
AccessibleState