javax.accessibility.AccessibleTable |
![]() |
Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the Accessible at a specified row and column
in the table.
| |||||||||||
Returns the caption for the table.
| |||||||||||
Returns the number of columns in the table.
| |||||||||||
Returns the description text of the specified column in the table.
| |||||||||||
Returns the number of columns occupied by the Accessible at
a specified row and column in the table.
| |||||||||||
Returns the column headers as an AccessibleTable.
| |||||||||||
Returns the number of rows in the table.
| |||||||||||
Returns the description of the specified row in the table.
| |||||||||||
Returns the number of rows occupied by the Accessible at
a specified row and column in the table.
| |||||||||||
Returns the row headers as an AccessibleTable.
| |||||||||||
Returns the summary description of the table.
| |||||||||||
Returns the selected columns in a table.
| |||||||||||
Returns the selected rows in a table.
| |||||||||||
Returns a boolean value indicating whether the specified column
is selected.
| |||||||||||
Returns a boolean value indicating whether the specified row
is selected.
| |||||||||||
Returns a boolean value indicating whether the accessible at
a specified row and column is selected.
| |||||||||||
Sets the caption for the table.
| |||||||||||
Sets the description text of the specified column in the table.
| |||||||||||
Sets the column headers.
| |||||||||||
Sets the description text of the specified row of the table.
| |||||||||||
Sets the row headers.
| |||||||||||
Sets the summary description of the table
|
Returns the Accessible at a specified row and column in the table.
r | zero-based row of the table |
---|---|
c | zero-based column of the table |
Returns the caption for the table.
Returns the number of columns in the table.
Returns the description text of the specified column in the table.
c | zero-based column of the table |
---|
Returns the number of columns occupied by the Accessible at a specified row and column in the table.
Returns the column headers as an AccessibleTable.
Returns the number of rows in the table.
Returns the description of the specified row in the table.
r | zero-based row of the table |
---|
Returns the number of rows occupied by the Accessible at a specified row and column in the table.
Returns the row headers as an AccessibleTable.
Returns the summary description of the table.
Returns the selected columns in a table.
Returns the selected rows in a table.
Returns a boolean value indicating whether the specified column is selected.
c | zero-based column of the table |
---|
Returns a boolean value indicating whether the specified row is selected.
r | zero-based row of the table |
---|
Returns a boolean value indicating whether the accessible at a specified row and column is selected.
r | zero-based row of the table |
---|---|
c | zero-based column of the table |
Sets the caption for the table.
a | the caption for the table |
---|
Sets the description text of the specified column in the table.
c | zero-based column of the table |
---|---|
a | the text description of the column |
Sets the column headers.
table | an AccessibleTable representing the column headers |
---|
Sets the description text of the specified row of the table.
r | zero-based row of the table |
---|---|
a | the description of the row |
Sets the row headers.
table | an AccessibleTable representing the row headers |
---|
Sets the summary description of the table
a | the summary description of the table |
---|