java.applet

Class Applet.AccessibleApplet

protected class Applet.AccessibleApplet extends AccessibleAWTPanel

This class provides accessibility support for Applets, and is the runtime type returned by {@link #getAccessibleContext()}.

Since: 1.3

Constructor Summary
protected AccessibleApplet()
The default constructor.
Method Summary
AccessibleRolegetAccessibleRole()
Get the role of this accessible object, a frame.
AccessibleStateSetgetAccessibleStateSet()
Get the state set of this accessible object.

Constructor Detail

AccessibleApplet

protected AccessibleApplet()
The default constructor.

Method Detail

getAccessibleRole

public AccessibleRole getAccessibleRole()
Get the role of this accessible object, a frame.

Returns: the role of the object

See Also: FRAME

getAccessibleStateSet

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.

Returns: the role of the object

See Also: AccessibleState