Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
@version
1.2 10/12/99
@author
Lynn Monsanto
Returns the Accessible at a specified row and column in the table.
Parameters
rzero-based row of the table
czero-based column of the table
Return
the Accessible at the specified row and column
Returns the caption for the table.
Return
the caption for the table
Returns the number of columns in the table.
Return
the number of columns in the table
Returns the description text of the specified column in the table.
Parameters
czero-based column of the table
Return
the text description of the column
Returns the number of columns occupied by the Accessible at a specified row and column in the table.
Return
the number of columns occupied by the Accessible at a given specified row and column
Returns the column headers as an AccessibleTable.
Return
an AccessibleTable representing the column headers
Returns the number of rows in the table.
Return
the number of rows in the table
Returns the description of the specified row in the table.
Parameters
rzero-based row of the table
Return
the description of the row
Returns the number of rows occupied by the Accessible at a specified row and column in the table.
Return
the number of rows occupied by the Accessible at a given specified (row, column)
Returns the row headers as an AccessibleTable.
Return
an AccessibleTable representing the row headers
Returns the summary description of the table.
Return
the summary description of the table
Returns the selected columns in a table.
Return
an array of selected columns where each element is a zero-based column of the table
Returns the selected rows in a table.
Return
an array of selected rows where each element is a zero-based row of the table
Returns a boolean value indicating whether the specified column is selected.
Parameters
czero-based column of the table
Return
the boolean value true if the specified column is selected. Otherwise, false.
Returns a boolean value indicating whether the specified row is selected.
Parameters
rzero-based row of the table
Return
the boolean value true if the specified row is selected. Otherwise, false.
Returns a boolean value indicating whether the accessible at a specified row and column is selected.
Parameters
rzero-based row of the table
czero-based column of the table
Return
the boolean value true if the accessible at the row and column is selected. Otherwise, the boolean value false
Sets the caption for the table.
Parameters
athe caption for the table
Sets the description text of the specified column in the table.
Parameters
czero-based column of the table
athe text description of the column
Sets the column headers.
Parameters
tablean AccessibleTable representing the column headers
Sets the description text of the specified row of the table.
Parameters
rzero-based row of the table
athe description of the row
Sets the row headers.
Parameters
tablean AccessibleTable representing the row headers
Sets the summary description of the table
Parameters
athe summary description of the table