java.awt

Class Panel.AccessibleAWTPanel

protected class Panel.AccessibleAWTPanel extends AccessibleAWTContainer

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

Since: 1.3

Constructor Summary
protected AccessibleAWTPanel()
The default constructor.
Method Summary
AccessibleRolegetAccessibleRole()
Get the role of this accessible object, a panel.

Constructor Detail

AccessibleAWTPanel

protected AccessibleAWTPanel()
The default constructor.

Method Detail

getAccessibleRole

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

Returns: the role of the object

See Also: PANEL