|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.accessibility.AccessibleContext
![]()
![]()
![]()
java.awt.Component.AccessibleAWTComponent
![]()
![]()
![]()
java.awt.List.AccessibleAWTList.AccessibleAWTListChild
, Accessible
, AccessibleComponent


protected class List.AccessibleAWTList.AccessibleAWTListChild


This class implements accessibility support for List children. It provides an implementation of the Java Accessibility API appropriate to list children user-interface elements.
| Nested Class Summary |
|---|
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler |
| Field Summary |
|---|
Fields inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
accessibleAWTComponentHandler |
| Constructor Summary | |
|---|---|
List.AccessibleAWTList.AccessibleAWTListChild
|
|
| Method Summary | |
|---|---|
void |
addFocusListener
Adds the specified focus listener to receive focus events from this component. |
boolean |
contains
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object. |
Accessible |
getAccessibleAt
Returns the Accessible child, if one exists,
contained at the local coordinate Point. |
Accessible |
getAccessibleChild
Return the specified Accessible child of the object. |
int |
getAccessibleChildrenCount
Returns the number of accessible children of the object. |
AccessibleContext |
getAccessibleContext
Gets the AccessibleContext for this object. |
int |
getAccessibleIndexInParent
Get the 0-based index of this object in its accessible parent. |
AccessibleRole |
getAccessibleRole
Get the role of this object. |
AccessibleStateSet |
getAccessibleStateSet
Get the state set of this object. |
Color |
getBackground
Get the background color of this object. |
Rectangle |
getBounds
Gets the bounds of this object in the form of a Rectangle object. |
Cursor |
getCursor
Get the Cursor of this object. |
Font |
getFont
Get the Font of this object. |
FontMetrics |
getFontMetrics
Get the FontMetrics of this object. |
Color |
getForeground
Get the foreground color of this object. |
Locale |
getLocale
Gets the locale of the component. |
Point |
getLocation
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space. |
Point |
getLocationOnScreen
Returns the location of the object on the screen. |
Dimension |
getSize
Returns the size of this object in the form of a Dimension object. |
boolean |
isEnabled
Determine if the object is enabled. |
boolean |
isFocusTraversable
Returns whether this object can accept focus or not. |
boolean |
isShowing
Determine if the object is showing. |
boolean |
isVisible
Determine if the object is visible. |
void |
removeFocusListener
Removes the specified focus listener so it no longer receives focus events from this component. |
void |
requestFocus
Requests focus for this object. |
void |
setBackground
Set the background color of this object. |
void |
setBounds
Sets the bounds of this object in the form of a Rectangle object. |
void |
setCursor
Set the Cursor of this object. |
void |
setEnabled
Set the enabled state of the object. |
void |
setFont
Set the Font of this object. |
void |
setForeground
Set the foreground color of this object. |
void |
setLocation
Sets the location of the object relative to the parent. |
void |
setSize
Resizes this object so that it has width and height. |
void |
setVisible
Set the visible state of the object. |
Methods inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
addPropertyChangeListener |
Methods inherited from class javax.accessibility.AccessibleContext ![]() |
|---|
firePropertyChange |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public List.AccessibleAWTList.AccessibleAWTListChild(List![]()
![]()
parent, int indexInParent)
| Method Detail |
|---|