|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.accessibility.AccessibleContext
![]()
![]()
![]()
javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
, AccessibleComponent


protected class JTable.AccessibleJTable.AccessibleJTableCell

, AccessibleComponent

The class provides an implementation of the Java Accessibility API appropriate to table cells.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JTable.AccessibleJTable.AccessibleJTableCell
Constructs an AccessibleJTableHeaderEntry. |
|
| Method Summary | |
|---|---|
void |
addFocusListener
Adds the specified focus listener to receive focus events from this component. |
void |
addPropertyChangeListener
Adds a PropertyChangeListener to the listener list. |
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. |
AccessibleAction |
getAccessibleAction
Gets the AccessibleAction associated with this
object if one exists. |
Accessible |
getAccessibleAt
Returns the Accessible child, if one exists, contained at the local coordinate Point. |
Accessible |
getAccessibleChild
Returns the specified Accessible child of the
object. |
int |
getAccessibleChildrenCount
Returns the number of accessible children in the object. |
AccessibleComponent |
getAccessibleComponent
Gets the AccessibleComponent associated with
this object if one exists. |
AccessibleContext |
getAccessibleContext
Gets the AccessibleContext associated with this
component. |
String |
getAccessibleDescription
Gets the accessible description of this object. |
int |
getAccessibleIndexInParent
Gets the index of this object in its accessible parent. |
String |
getAccessibleName
Gets the accessible name of this object. |
Accessible |
getAccessibleParent
Gets the Accessible parent of this object. |
AccessibleRole |
getAccessibleRole
Gets the role of this object. |
AccessibleSelection |
getAccessibleSelection
Gets the AccessibleSelection associated with
this object if one exists. |
AccessibleStateSet |
getAccessibleStateSet
Gets the state set of this object. |
AccessibleText |
getAccessibleText
Gets the AccessibleText associated with this
object if one exists. |
AccessibleValue |
getAccessibleValue
Gets the AccessibleValue associated with
this object if one exists. |
Color |
getBackground
Gets the background color of this object. |
Rectangle |
getBounds
Gets the bounds of this object in the form of a Rectangle object. |
Cursor |
getCursor
Gets the Cursor of this object. |
Font |
getFont
Gets the Font of this object. |
FontMetrics |
getFontMetrics
Gets the FontMetrics of this object. |
Color |
getForeground
Gets 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
Determines if the object is enabled. |
boolean |
isFocusTraversable
Returns whether this object can accept focus or not. |
boolean |
isShowing
Determines if the object is showing. |
boolean |
isVisible
Determines if this object is visible. |
void |
removeFocusListener
Removes the specified focus listener so it no longer receives focus events from this component. |
void |
removePropertyChangeListener
Removes a PropertyChangeListener from the
listener list. |
void |
requestFocus
Requests focus for this object. |
void |
setAccessibleDescription
Sets the accessible description of this object. |
void |
setAccessibleName
Sets the localized accessible name of this object. |
void |
setBackground
Sets the background color of this object. |
void |
setBounds
Sets the bounds of this object in the form of a Rectangle object. |
void |
setCursor
Sets the Cursor of this object. |
void |
setEnabled
Sets the enabled state of the object. |
void |
setFont
Sets the Font of this object. |
void |
setForeground
Sets 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
Sets the visible state of the object. |
Methods inherited from class javax.accessibility.AccessibleContext ![]() |
|---|
firePropertyChange |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |