protected class List.AccessibleAWTList.AccessibleAWTListChild extends Component.AccessibleAWTComponent implements Accessible
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler , Component.AccessibleAWTComponent.AccessibleAWTFocusHandler accessibleAWTComponentHandler, accessibleAWTFocusHandlerACCESSIBLE_ACTION_PROPERTY, ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, ACCESSIBLE_CARET_PROPERTY, ACCESSIBLE_CHILD_PROPERTY, ACCESSIBLE_COMPONENT_BOUNDS_CHANGED, ACCESSIBLE_DESCRIPTION_PROPERTY, ACCESSIBLE_HYPERTEXT_OFFSET, ACCESSIBLE_INVALIDATE_CHILDREN, ACCESSIBLE_NAME_PROPERTY, ACCESSIBLE_SELECTION_PROPERTY, ACCESSIBLE_STATE_PROPERTY, ACCESSIBLE_TABLE_CAPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED, ACCESSIBLE_TABLE_MODEL_CHANGED, ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_ROW_HEADER_CHANGED, ACCESSIBLE_TABLE_SUMMARY_CHANGED, ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED, ACCESSIBLE_TEXT_PROPERTY, ACCESSIBLE_VALUE_PROPERTY, ACCESSIBLE_VISIBLE_DATA_PROPERTY, accessibleDescription, accessibleName, accessibleParent| Constructor and Description |
|---|
AccessibleAWTListChild(List
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFocusListener(FocusListener
Adds the specified focus listener to receive focus events from this component.
|
boolean |
contains(Point
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(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Accessible |
getAccessibleChild(int i)
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(Font
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(FocusListener
Removes the specified focus listener so it no longer receives focus events from this component.
|
void |
requestFocus()
Requests focus for this object.
|
void |
setBackground(Color
Set the background color of this object.
|
void |
setBounds(Rectangle
Sets the bounds of this object in the form of a Rectangle object.
|
void |
setCursor(Cursor
Set the Cursor of this object.
|
void |
setEnabled(boolean b)
Set the enabled state of the object.
|
void |
setFont(Font
Set the Font of this object.
|
void |
setForeground(Color
Set the foreground color of this object.
|
void |
setLocation(Point
Sets the location of the object relative to the parent.
|
void |
setSize(Dimension
Resizes this object so that it has width and height.
|
void |
setVisible(boolean b)
Set the visible state of the object.
|
addPropertyChangeListener, getAccessibleComponent, getAccessibleDescription, getAccessibleName, getAccessibleParent, removePropertyChangeListenerfirePropertyChange, getAccessibleAction, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, getAccessibleValue, setAccessibleDescription, setAccessibleName, setAccessibleParentpublic AccessibleAWTListChild(Listparent, int indexInParent)
public AccessibleContextgetAccessibleContext()
getAccessibleContext in interface
Accessible
public AccessibleRolegetAccessibleRole()
getAccessibleRole in class
Component.AccessibleAWTComponent
AccessibleRole
public AccessibleStateSetgetAccessibleStateSet()
getAccessibleStateSet in class
Component.AccessibleAWTComponent
AccessibleStateSet,
AccessibleState,
Component.AccessibleAWTComponent.addPropertyChangeListener(java.beans.PropertyChangeListener)
public LocalegetLocale()
getLocale in class
Component.AccessibleAWTComponent
IllegalComponentStateException - If the Component does not have its own locale and has not yet been added to a containment hierarchy such that the locale can be determined from the containing parent.
public int getAccessibleIndexInParent()
getAccessibleIndexInParent in class
Component.AccessibleAWTComponent
Component.AccessibleAWTComponent.getAccessibleParent() ,
getAccessibleChildrenCount(),
getAccessibleChild(int)
public int getAccessibleChildrenCount()
getAccessibleChildrenCount in class
Component.AccessibleAWTComponent
public AccessiblegetAccessibleChild(int i)
getAccessibleChild in class
Component.AccessibleAWTComponent
i - zero-based index of child
getAccessibleChildrenCount()
public ColorgetBackground()
getBackground in interface
AccessibleComponent
getBackground in class
Component.AccessibleAWTComponent
setBackground(java.awt.Color)
public void setBackground(Colorc)
setBackground in interface
AccessibleComponent
setBackground in class
Component.AccessibleAWTComponent
c - the new Color for the background
setBackground(java.awt.Color)
public ColorgetForeground()
getForeground in interface
AccessibleComponent
getForeground in class
Component.AccessibleAWTComponent
setForeground(java.awt.Color)
public void setForeground(Colorc)
setForeground in interface
AccessibleComponent
setForeground in class
Component.AccessibleAWTComponent
c - the new Color for the foreground
getForeground()
public CursorgetCursor()
getCursor in interface
AccessibleComponent
getCursor in class
Component.AccessibleAWTComponent
setCursor(java.awt.Cursor)
public void setCursor(Cursorcursor)
The method may have no visual effect if the Java platform implementation and/or the native system do not support changing the mouse cursor shape.
setCursor in interface
AccessibleComponent
setCursor in class
Component.AccessibleAWTComponent
cursor - the new Cursor for the object
getCursor()
public FontgetFont()
getFont in interface
AccessibleComponent
getFont in class
Component.AccessibleAWTComponent
setFont(java.awt.Font)
public void setFont(Fontf)
setFont in interface
AccessibleComponent
setFont in class
Component.AccessibleAWTComponent
f - the new Font for the object
getFont()
public FontMetricsgetFontMetrics(Font f)
getFontMetrics in interface
AccessibleComponent
getFontMetrics in class
Component.AccessibleAWTComponent
f - the Font
getFont()
public boolean isEnabled()
isEnabled in interface
AccessibleComponent
isEnabled in class
Component.AccessibleAWTComponent
setEnabled(boolean),
AccessibleContext.getAccessibleStateSet() ,
AccessibleState.ENABLED ,
AccessibleStateSet
public void setEnabled(boolean b)
setEnabled in interface
AccessibleComponent
setEnabled in class
Component.AccessibleAWTComponent
b - if true, enables this object; otherwise, disables it
isEnabled()
public boolean isVisible()
Objects that are visible will also have the AccessibleState.VISIBLE state set in their AccessibleStateSet.
isVisible in interface
AccessibleComponent
isVisible in class
Component.AccessibleAWTComponent
setVisible(boolean),
AccessibleContext.getAccessibleStateSet() ,
AccessibleState.VISIBLE ,
AccessibleStateSet
public void setVisible(boolean b)
setVisible in interface
AccessibleComponent
setVisible in class
Component.AccessibleAWTComponent
b - if true, shows this object; otherwise, hides it
isVisible()
public boolean isShowing()
isShowing in interface
AccessibleComponent
isShowing in class
Component.AccessibleAWTComponent
public boolean contains(Pointp)
contains in interface
AccessibleComponent
contains in class
Component.AccessibleAWTComponent
p - the Point relative to the coordinate system of the object
getBounds()
public PointgetLocationOnScreen()
getLocationOnScreen in interface
AccessibleComponent
getLocationOnScreen in class
Component.AccessibleAWTComponent
getBounds(),
getLocation()
public PointgetLocation()
getLocation in interface
AccessibleComponent
getLocation in class
Component.AccessibleAWTComponent
getBounds(),
getLocationOnScreen()
public void setLocation(Pointp)
setLocation in interface
AccessibleComponent
setLocation in class
Component.AccessibleAWTComponent
p - the new position for the top-left corner
getLocation()
public RectanglegetBounds()
getBounds in interface
AccessibleComponent
getBounds in class
Component.AccessibleAWTComponent
contains(java.awt.Point)
public void setBounds(Rectangler)
setBounds in interface
AccessibleComponent
setBounds in class
Component.AccessibleAWTComponent
r - rectangle indicating this component's bounds
getBounds()
public DimensiongetSize()
getSize in interface
AccessibleComponent
getSize in class
Component.AccessibleAWTComponent
setSize(java.awt.Dimension)
public void setSize(Dimensiond)
setSize in interface
AccessibleComponent
setSize in class
Component.AccessibleAWTComponent
d - - The dimension specifying the new size of the object.
getSize()
public AccessiblegetAccessibleAt(Point p)
Accessible child, if one exists, contained at the local coordinate
Point.
getAccessibleAt in interface
AccessibleComponent
getAccessibleAt in class
Component.AccessibleAWTComponent
p - the point relative to the coordinate system of this object
Accessible, if it exists, at the specified location; otherwise
null
public boolean isFocusTraversable()
AccessibleState.FOCUSABLE state set in their
AccessibleStateSet.
isFocusTraversable in interface
AccessibleComponent
isFocusTraversable in class
Component.AccessibleAWTComponent
AccessibleContext.getAccessibleStateSet() ,
AccessibleState.FOCUSABLE ,
AccessibleState.FOCUSED ,
AccessibleStateSet
public void requestFocus()
requestFocus in interface
AccessibleComponent
requestFocus in class
Component.AccessibleAWTComponent
isFocusTraversable()
public void addFocusListener(FocusListenerl)
addFocusListener in interface
AccessibleComponent
addFocusListener in class
Component.AccessibleAWTComponent
l - the focus listener
removeFocusListener(java.awt.event.FocusListener)
public void removeFocusListener(FocusListenerl)
removeFocusListener in interface
AccessibleComponent
removeFocusListener in class
Component.AccessibleAWTComponent
l - the focus listener
addFocusListener(java.awt.event.FocusListener)