|
||||||||||
| 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.Container.AccessibleAWTContainer
![]()
![]()
![]()
javax.swing.JComponent.AccessibleJComponent
![]()
![]()
![]()
javax.swing.JTable.AccessibleJTable
, Serializable
, EventListener
, AccessibleComponent
, AccessibleExtendedComponent
, AccessibleExtendedTable
, AccessibleSelection
, AccessibleTable
, CellEditorListener
, ListSelectionListener
, TableColumnModelListener
, TableModelListener


protected class JTable.AccessibleJTable

, ListSelectionListener
, TableModelListener
, TableColumnModelListener
, CellEditorListener
, PropertyChangeListener
, AccessibleExtendedTable

This class implements accessibility support for the
JTable class. It provides an implementation of the
Java Accessibility API appropriate to table user-interface elements.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see XMLEncoder
.
| Nested Class Summary | |
|---|---|
protected class |
JTable.AccessibleJTable.AccessibleJTableCell
The class provides an implementation of the Java Accessibility API appropriate to table cells. |
protected class |
JTable.AccessibleJTable.AccessibleJTableModelChange
|
Nested classes/interfaces inherited from class javax.swing.JComponent.AccessibleJComponent ![]() |
|---|
JComponent.AccessibleJComponent.AccessibleContainerHandler |
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler |
| Field Summary |
|---|
Fields inherited from class javax.swing.JComponent.AccessibleJComponent ![]() |
|---|
accessibleContainerHandler |
Fields inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
accessibleAWTComponentHandler |
| Constructor Summary | |
|---|---|
protected |
JTable.AccessibleJTable
AccessibleJTable constructor |
| Method Summary | |
|---|---|
void |
addAccessibleSelection
Adds the specified Accessible child of the
object to the object's selection. |
void |
clearAccessibleSelection
Clears the selection in the object, so that no children in the object are selected. |
void |
columnAdded
Track changes to the table contents (column insertions) |
void |
columnMarginChanged
Track changes of a column moving due to margin changes. |
void |
columnMoved
Track changes of a column repositioning. |
void |
columnRemoved
Track changes to the table contents (column deletions) |
void |
columnSelectionChanged
Track that the selection model of the TableColumnModel changed. |
void |
editingCanceled
Invoked when editing is canceled. |
void |
editingStopped
Track changes to a cell's contents. |
Accessible |
getAccessibleAt
Returns the Accessible at a specified row and column in the table. |
Accessible |
getAccessibleAt
Returns the Accessible child, if one exists,
contained at the local coordinate Point. |
Accessible |
getAccessibleCaption
Returns the caption for the table. |
Accessible |
getAccessibleChild
Returns the nth Accessible child of the object. |
int |
getAccessibleChildrenCount
Returns the number of accessible children in the object. |
int |
getAccessibleColumn
Returns the column number of an index in the table. |
int |
getAccessibleColumnAtIndex
Returns the column at a given index into the table. |
int |
getAccessibleColumnCount
Returns the number of columns in the table. |
Accessible |
getAccessibleColumnDescription
Returns the description of the specified column in the table. |
int |
getAccessibleColumnExtentAt
Returns the number of columns occupied by the Accessible at a given (row, column). |
AccessibleTable |
getAccessibleColumnHeader
Returns the column headers as an AccessibleTable. |
int |
getAccessibleIndex
Returns the index at a row and column in the table. |
int |
getAccessibleIndexAt
Returns the index at a given (row, column) in the table. |
AccessibleRole |
getAccessibleRole
Gets the role of this object. |
int |
getAccessibleRow
Returns the row number of an index in the table. |
int |
getAccessibleRowAtIndex
Returns the row at a given index into the table. |
int |
getAccessibleRowCount
Returns the number of rows in the table. |
Accessible |
getAccessibleRowDescription
Returns the description of the specified row in the table. |
int |
getAccessibleRowExtentAt
Returns the number of rows occupied by the Accessible
at a specified row and column in the table. |
AccessibleTable |
getAccessibleRowHeader
Returns the row headers as an AccessibleTable. |
AccessibleSelection |
getAccessibleSelection
Get the AccessibleSelection associated with this object. |
Accessible |
getAccessibleSelection
Returns an Accessible representing the
specified selected child in the object. |
int |
getAccessibleSelectionCount
Returns the number of Accessible children
currently selected. |
Accessible |
getAccessibleSummary
Returns the summary description of the table. |
AccessibleTable |
getAccessibleTable
Gets the AccessibleTable associated with this
object. |
int[] |
getSelectedAccessibleColumns
Returns the selected columns in a table. |
int[] |
getSelectedAccessibleRows
Returns the selected rows in a table. |
boolean |
isAccessibleChildSelected
Determines if the current child of this object is selected. |
boolean |
isAccessibleColumnSelected
Returns a boolean value indicating whether the specified column is selected. |
boolean |
isAccessibleRowSelected
Returns a boolean value indicating whether the specified row is selected. |
boolean |
isAccessibleSelected
Returns a boolean value indicating whether the accessible at a given (row, column) is selected. |
void |
propertyChange
Track changes to selection model, column model, etc. |
void |
removeAccessibleSelection
Removes the specified child of the object from the object's selection. |
void |
selectAllAccessibleSelection |