Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.Label.AccessibleAWTLabel
protected class Label.AccessibleAWTLabel
extends Component.AccessibleAWTComponent
Nested Class Summary |
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent | |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler , Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
Field Summary |
Fields inherited from class java.awt.Component.AccessibleAWTComponent | |
accessibleAWTComponentHandler , accessibleAWTFocusHandler |
Constructor Summary | |
|
Method Summary | |
String |
|
AccessibleRole |
|
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public String getAccessibleName()
Returns the accessible name for the label. This is the text used in the label.
- Overrides:
- getAccessibleName in interface Component.AccessibleAWTComponent
- Returns:
- a
String
containing the accessible name for this label.
public AccessibleRole getAccessibleRole()
Returns the accessible role for the label.
- Overrides:
- getAccessibleRole in interface Component.AccessibleAWTComponent
- Returns:
- an instance of
AccessibleRole
, describing the role of the label.