Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
protected class PopupMenu.AccessibleAWTPopupMenu
extends Menu.AccessibleAWTMenu
Field Summary |
Fields inherited from interface javax.accessibility.AccessibleAction | |
CLICK , DECREMENT , INCREMENT , TOGGLE_EXPAND , TOGGLE_POPUP |
Constructor Summary | |
|
Method Summary | |
AccessibleRole |
|
Methods inherited from class java.awt.Menu.AccessibleAWTMenu | |
getAccessibleRole |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public AccessibleRole getAccessibleRole()
Returns the accessible role of this component.
The abstract implementation of this method returnsAccessibleRole.AWT_COMPONENT
, as the abstract component has no specific role. This method should be overridden by concrete subclasses, so as to return an appropriate role for the component.
- Overrides:
- getAccessibleRole in interface Menu.AccessibleAWTMenu
- Returns:
AccessibleRole.AWT_COMPONENT