|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||


public interface AccessibleTable
Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
| Method Summary | |
|---|---|
Accessible |
getAccessibleAt
Returns the Accessible at a specified row and column in the table. |
Accessible |
getAccessibleCaption
Returns the caption for the table. |
int |
getAccessibleColumnCount
Returns the number of columns in the table. |
Accessible |
getAccessibleColumnDescription
Returns the description text of the specified column in the table. |
int |
getAccessibleColumnExtentAt
Returns the number of columns occupied by the Accessible at a specified row and column in the table. |
AccessibleTable |
getAccessibleColumnHeader
Returns the column headers as an AccessibleTable. |
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. |
Accessible |
getAccessibleSummary
Returns the summary description of the table. |
int[] |
getSelectedAccessibleColumns
Returns the selected columns in a table. |
int[] |
getSelectedAccessibleRows
Returns the selected rows in a table. |
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 specified row and column is selected. |
void |
setAccessibleCaption
Sets the caption for the table. |
void |
setAccessibleColumnDescription
Sets the description text of the specified column in the table. |
void |
setAccessibleColumnHeader
Sets the column headers. |
void |
setAccessibleRowDescription
Sets the description text of the specified row of the table. |
void |
setAccessibleRowHeader
Sets the row headers. |
void |
setAccessibleSummary
Sets the summary description of the table |
| Method Detail |
|---|

Accessible![]()
![]()
getAccessibleCaption()

void setAccessibleCaption(Accessible![]()
![]()
a)
a - the caption for the table

Accessible![]()
![]()
getAccessibleSummary()

void setAccessibleSummary(Accessible![]()
![]()
a)
a - the summary description of the table

int getAccessibleRowCount()

int getAccessibleColumnCount()

Accessible![]()
![]()
getAccessibleAt(int r, int c)
r - zero-based row of the tablec - zero-based column of the table

int getAccessibleRowExtentAt(int r,
int c)

int getAccessibleColumnExtentAt(int r,
int c)

AccessibleTable![]()
![]()
getAccessibleRowHeader()

void setAccessibleRowHeader(AccessibleTable![]()
![]()
table)
table - an AccessibleTable representing the
row headers

AccessibleTable![]()
![]()
getAccessibleColumnHeader()

void setAccessibleColumnHeader(AccessibleTable![]()
![]()
table)
table - an AccessibleTable representing the
column headers

Accessible![]()
![]()
getAccessibleRowDescription(int r)
r - zero-based row of the table

void setAccessibleRowDescription(int r,
Accessible
a)
r - zero-based row of the tablea - the description of the row

Accessible![]()
![]()
getAccessibleColumnDescription(int c)
c - zero-based column of the table

void setAccessibleColumnDescription(int c,
Accessible
a)
c - zero-based column of the tablea - the text description of the column

boolean isAccessibleSelected(int r,
int c)
r - zero-based row of the tablec - zero-based column of the table

boolean isAccessibleRowSelected(int r)
r - zero-based row of the table

boolean isAccessibleColumnSelected(int c)
c - zero-based column of the table

int[] getSelectedAccessibleRows()

int[] getSelectedAccessibleColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||