|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.Container.AccessibleAWTContainer
javax.swing.JComponent.AccessibleJComponent
javax.swing.JTable.AccessibleJTable
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
|
private class |
JTable.AccessibleJTable.AccessibleTableHeader
|
| Nested classes inherited from class javax.swing.JComponent.AccessibleJComponent |
JComponent.AccessibleJComponent.AccessibleContainerHandler, JComponent.AccessibleJComponent.AccessibleFocusHandler |
| Nested classes inherited from class java.awt.Component.AccessibleAWTComponent |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
| Field Summary | |
private javax.accessibility.Accessible |
caption
|
private javax.accessibility.Accessible[] |
columnDescription
|
(package private) int |
lastSelectedCol
|
(package private) int |
lastSelectedRow
|
private javax.accessibility.Accessible[] |
rowDescription
|
private javax.accessibility.Accessible |
summary
|
| Fields inherited from class javax.swing.JComponent.AccessibleJComponent |
accessibleContainerHandler, accessibleFocusHandler |
| Fields inherited from class java.awt.Component.AccessibleAWTComponent |
accessibleAWTComponentHandler, accessibleAWTFocusHandler |
| Fields inherited from class javax.accessibility.AccessibleContext |
ACCESSIBLE_ACTION_PROPERTY, ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, ACCESSIBLE_CARET_PROPERTY, ACCESSIBLE_CHILD_PROPERTY, ACCESSIBLE_DESCRIPTION_PROPERTY, ACCESSIBLE_HYPERTEXT_OFFSET, 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_PROPERTY, ACCESSIBLE_VALUE_PROPERTY, ACCESSIBLE_VISIBLE_DATA_PROPERTY, accessibleDescription, accessibleName, accessibleParent |
| Constructor Summary | |
(package private) |
JTable.AccessibleJTable()
|
| Method Summary | |
void |
addAccessibleSelection(int i)
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(TableColumnModelEvent e)
Track changes to the table contents (column insertions) |
void |
columnMarginChanged(ChangeEvent e)
Track changes of a column moving due to margin changes. |
void |
columnMoved(TableColumnModelEvent e)
Track changes of a column repositioning. |
void |
columnRemoved(TableColumnModelEvent e)
Track changes to the table contents (column deletions) |
void |
columnSelectionChanged(ListSelectionEvent e)
Track that the selection model of the TableColumnModel changed. |
void |
editingCanceled(ChangeEvent e)
Invoked when editing is canceled. |
void |
editingStopped(ChangeEvent e)
Track changes to a cell's contents. |
javax.accessibility.Accessible |
getAccessibleAt(int r,
int c)
|
javax.accessibility.Accessible |
getAccessibleAt(Point p)
Returns the Accessible child, if one exists,
contained at the local coordinate Point. |
javax.accessibility.Accessible |
getAccessibleCaption()
Returns the caption for the table. |
javax.accessibility.Accessible |
getAccessibleChild(int i)
Returns the nth Accessible child of the object. |
int |
getAccessibleChildrenCount()
Returns the number of accessible children in the object. |
int |
getAccessibleColumn(int index)
Returns the column number of an index in the table. |
int |
getAccessibleColumnAtIndex(int i)
Returns the column at a given index into the table. |
int |
getAccessibleColumnCount()
|
javax.accessibility.Accessible |
getAccessibleColumnDescription(int c)
Returns the description of the specified column in the table. |
int |
getAccessibleColumnExtentAt(int r,
int c)
Returns the number of columns occupied by the Accessible at a given (row, column). |
javax.accessibility.AccessibleTable |
getAccessibleColumnHeader()
Returns the column headers as an AccessibleTable. |
int |
getAccessibleIndex(int r,
int c)
Returns the index at a row and column in the table. |
int |
getAccessibleIndexAt(int r,
int c)
Returns the index at a given (row, column) in the table. |
javax.accessibility.AccessibleRole |
getAccessibleRole()
Gets the role of this object. |
int |
getAccessibleRow(int index)
Returns the row number of an index in the table. |
int |
getAccessibleRowAtIndex(int i)
Returns the row at a given index into the table. |
int |
getAccessibleRowCount()
|
javax.accessibility.Accessible |
getAccessibleRowDescription(int r)
Returns the description of the specified row in the table. |
int |
getAccessibleRowExtentAt(int r,
int c)
Returns the number of rows occupied by the Accessible
at a specified row and column in the table. |
javax.accessibility.AccessibleTable |
getAccessibleRowHeader()
Returns the row headers as an AccessibleTable. |
javax.accessibility.AccessibleSelection |
getAccessibleSelection()
Get the AccessibleSelection associated with this object. |
javax.accessibility.Accessible |
getAccessibleSelection(int i)
Returns an Accessible representing the
specified selected child in the object. |
int |
getAccessibleSelectionCount()
Returns the number of Accessible children
currently selected.
|
javax.accessibility.Accessible |
getAccessibleSummary()
Returns the summary description of the table. |
javax.accessibility.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(int i)
Determines if the current child of this object is selected. |
boolean |
isAccessibleColumnSelected(int c)
Returns a boolean value indicating whether the specified column is selected. |
boolean |
isAccessibleRowSelected(int r)
Returns a boolean value indicating whether the specified row is selected. |
boolean |
isAccessibleSelected(int r,
int c)
Returns a boolean value indicating whether the accessible at a given (row, column) is selected. |
void |
propertyChange(java.beans.PropertyChangeEvent e)
Track changes to selection model, column model, etc. so as to be able to re-place listeners on those in order to pass on information to the Accessibility PropertyChange mechanism |
void |
removeAccessibleSelection(int i)
Removes the specified child of the object from the object's selection. |
void |
selectAllAccessibleSelection()
Causes every child of the object to be selected, but only if the JTable supports multiple selections,
and if individual cell selection is enabled. |
void |
setAccessibleCaption(javax.accessibility.Accessible a)
Sets the caption for the table. |
void |
setAccessibleColumnDescription(int c,
javax.accessibility.Accessible a)
Sets the description text of the specified column of the table. |
void |
setAccessibleColumnHeader(javax.accessibility.AccessibleTable a)
Returns the column headers as an AccessibleTable. |
void |
setAccessibleRowDescription(int r,
javax.accessibility.Accessible a)
Sets the description text of the specified row of the table. |
void |
setAccessibleRowHeader(javax.accessibility.AccessibleTable a)
Returns the row headers as an AccessibleTable. |
void |
setAccessibleSummary(javax.accessibility.Accessible a)
Sets the summary description of the table. |
void |
tableChanged(TableModelEvent e)
Track changes to the table contents |
void |
tableRowsDeleted(TableModelEvent e)
Track changes to the table contents (row deletions) |
void |
tableRowsInserted(TableModelEvent e)
Track changes to the table contents (row insertions) |
void |
valueChanged(ListSelectionEvent e)
Track changes to table cell selections |
| Methods inherited from class javax.accessibility.AccessibleContext |
firePropertyChange, getAccessibleAction, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleText, getAccessibleValue, setAccessibleDescription, setAccessibleName, setAccessibleParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.accessibility.AccessibleComponent |
addFocusListener, contains, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible |
| Field Detail |
int lastSelectedRow
int lastSelectedCol
private javax.accessibility.Accessible caption
private javax.accessibility.Accessible summary
private javax.accessibility.Accessible[] rowDescription
private javax.accessibility.Accessible[] columnDescription
| Constructor Detail |
JTable.AccessibleJTable()
| Method Detail |
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerpublic void tableChanged(TableModelEvent e)
tableChanged in interface TableModelListenerpublic void tableRowsInserted(TableModelEvent e)
public void tableRowsDeleted(TableModelEvent e)
public void columnAdded(TableColumnModelEvent e)
columnAdded in interface TableColumnModelListenerpublic void columnRemoved(TableColumnModelEvent e)
columnRemoved in interface TableColumnModelListenerpublic void columnMoved(TableColumnModelEvent e)
columnMoved in interface TableColumnModelListenerTableColumnModelListenerpublic void columnMarginChanged(ChangeEvent e)
columnMarginChanged in interface TableColumnModelListenerTableColumnModelListenerpublic void columnSelectionChanged(ListSelectionEvent e)
columnSelectionChanged in interface TableColumnModelListenerTableColumnModelListenerpublic void editingStopped(ChangeEvent e)
editingStopped in interface CellEditorListenerCellEditorListenerpublic void editingCanceled(ChangeEvent e)
editingCanceled in interface CellEditorListenerCellEditorListenerpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenere - the event that characterizes the change.public javax.accessibility.AccessibleSelection getAccessibleSelection()
public javax.accessibility.AccessibleRole getAccessibleRole()
getAccessibleRole in class JComponent.AccessibleJComponentAccessibleRolepublic javax.accessibility.Accessible getAccessibleAt(Point p)
Accessible child, if one exists,
contained at the local coordinate Point.
getAccessibleAt in interface javax.accessibility.AccessibleComponentgetAccessibleAt in class Container.AccessibleAWTContainerp - the point defining the top-left corner of the
Accessible, given in the coordinate space
of the object's parent
Accessible, if it exists,
at the specified location; else nullpublic int getAccessibleChildrenCount()
Accessible,
then this method should return the number of children of this object.
getAccessibleChildrenCount in class JComponent.AccessibleJComponentpublic javax.accessibility.Accessible getAccessibleChild(int i)
Accessible child of the object.
getAccessibleChild in class JComponent.AccessibleJComponenti - zero-based index of child
public int getAccessibleSelectionCount()
Accessible children
currently selected.
If no children are selected, the return value will be 0.
getAccessibleSelectionCount in interface javax.accessibility.AccessibleSelectionpublic javax.accessibility.Accessible getAccessibleSelection(int i)
Accessible representing the
specified selected child in the object. If there
isn't a selection, or there are fewer children selected
than the integer passed in, the return
value will be null.
Note that the index represents the i-th selected child, which is different from the i-th child.
getAccessibleSelection in interface javax.accessibility.AccessibleSelectioni - the zero-based index of selected children
getAccessibleSelectionCount()public boolean isAccessibleChildSelected(int i)
isAccessibleChildSelected in interface javax.accessibility.AccessibleSelectioni - the zero-based index of the child in this
Accessible object
AccessibleContext.getAccessibleChild(int)public void addAccessibleSelection(int i)
Accessible child of the
object to the object's selection. If the object supports
multiple selections, the specified child is added to
any existing selection, otherwise
it replaces any existing selection in the object. If the
specified child is already selected, this method has no effect.
This method only works on JTables which have
individual cell selection enabled.
addAccessibleSelection in interface javax.accessibility.AccessibleSelectioni - the zero-based index of the childAccessibleContext.getAccessibleChild(int)public void removeAccessibleSelection(int i)
This method only works on JTables which have
individual cell selection enabled.
removeAccessibleSelection in interface javax.accessibility.AccessibleSelectioni - the zero-based index of the childAccessibleContext.getAccessibleChild(int)public void clearAccessibleSelection()
clearAccessibleSelection in interface javax.accessibility.AccessibleSelectionpublic void selectAllAccessibleSelection()
JTable supports multiple selections,
and if individual cell selection is enabled.
selectAllAccessibleSelection in interface javax.accessibility.AccessibleSelectionpublic int getAccessibleRow(int index)
getAccessibleRow in interface javax.accessibility.AccessibleExtendedTableindex - the zero-based index in the table
public int getAccessibleColumn(int index)
getAccessibleColumn in interface javax.accessibility.AccessibleExtendedTableindex - the zero-based index in the table
public int getAccessibleIndex(int r,
int c)
getAccessibleIndex in interface javax.accessibility.AccessibleExtendedTabler - zero-based row of the tablec - zero-based column of the table
public javax.accessibility.AccessibleTable getAccessibleTable()
AccessibleTable associated with this
object. In the implementation of the Java Accessibility
API for this class, return this object, which is responsible
for implementing the AccessibleTables interface
on behalf of itself.
public javax.accessibility.Accessible getAccessibleCaption()
getAccessibleCaption in interface javax.accessibility.AccessibleTablepublic void setAccessibleCaption(javax.accessibility.Accessible a)
setAccessibleCaption in interface javax.accessibility.AccessibleTablea - the caption for the tablepublic javax.accessibility.Accessible getAccessibleSummary()
getAccessibleSummary in interface javax.accessibility.AccessibleTablepublic void setAccessibleSummary(javax.accessibility.Accessible a)
setAccessibleSummary in interface javax.accessibility.AccessibleTablea - the summary description of the tablepublic int getAccessibleRowCount()
getAccessibleRowCount in interface javax.accessibility.AccessibleTablepublic int getAccessibleColumnCount()
getAccessibleColumnCount in interface javax.accessibility.AccessibleTable
public javax.accessibility.Accessible getAccessibleAt(int r,
int c)
getAccessibleAt in interface javax.accessibility.AccessibleTable
public int getAccessibleRowExtentAt(int r,
int c)
Accessible
at a specified row and column in the table.
getAccessibleRowExtentAt in interface javax.accessibility.AccessibleTableAccessible
at a specified row and column in the table
public int getAccessibleColumnExtentAt(int r,
int c)
Accessible at a given (row, column).
getAccessibleColumnExtentAt in interface javax.accessibility.AccessibleTableAccessible
at a specified row and column in the tablepublic javax.accessibility.AccessibleTable getAccessibleRowHeader()
AccessibleTable.
getAccessibleRowHeader in interface javax.accessibility.AccessibleTableAccessibleTable representing the row
headerspublic void setAccessibleRowHeader(javax.accessibility.AccessibleTable a)
AccessibleTable.
setAccessibleRowHeader in interface javax.accessibility.AccessibleTableAccessibleTable representing
the row headerspublic javax.accessibility.AccessibleTable getAccessibleColumnHeader()
AccessibleTable.
getAccessibleColumnHeader in interface javax.accessibility.AccessibleTableAccessibleTable representing the column
headerspublic void setAccessibleColumnHeader(javax.accessibility.AccessibleTable a)
AccessibleTable.
setAccessibleColumnHeader in interface javax.accessibility.AccessibleTableAccessibleTable representing the column
headerspublic javax.accessibility.Accessible getAccessibleRowDescription(int r)
getAccessibleRowDescription in interface javax.accessibility.AccessibleTabler - zero-based row of the table
public void setAccessibleRowDescription(int r,
javax.accessibility.Accessible a)
setAccessibleRowDescription in interface javax.accessibility.AccessibleTabler - zero-based row of the tablea - the description of the rowpublic javax.accessibility.Accessible getAccessibleColumnDescription(int c)
getAccessibleColumnDescription in interface javax.accessibility.AccessibleTablec - zero-based column of the table
public void setAccessibleColumnDescription(int c,
javax.accessibility.Accessible a)
setAccessibleColumnDescription in interface javax.accessibility.AccessibleTablec - zero-based column of the tablea - the description of the column
public boolean isAccessibleSelected(int r,
int c)
isAccessibleSelected in interface javax.accessibility.AccessibleTabler - zero-based row of the tablec - zero-based column of the table
public boolean isAccessibleRowSelected(int r)
isAccessibleRowSelected in interface javax.accessibility.AccessibleTabler - zero-based row of the table
public boolean isAccessibleColumnSelected(int c)
isAccessibleColumnSelected in interface javax.accessibility.AccessibleTablec - zero-based column of the table
public int[] getSelectedAccessibleRows()
getSelectedAccessibleRows in interface javax.accessibility.AccessibleTablepublic int[] getSelectedAccessibleColumns()
getSelectedAccessibleColumns in interface javax.accessibility.AccessibleTablepublic int getAccessibleRowAtIndex(int i)
i - zero-based index into the table
public int getAccessibleColumnAtIndex(int i)
i - zero-based index into the table
public int getAccessibleIndexAt(int r,
int c)
r - zero-based row of the tablec - zero-based column of the table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||