|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Untamed:
| Method Summary | |
Accessible |
getAccessibleAt(int r,
int c)
Enabled: Returns the Accessible at a specified row and column in the table. |
Accessible |
getAccessibleCaption()
Enabled: Returns the caption for the table. |
int |
getAccessibleColumnCount()
Enabled: Returns the number of columns in the table. |
Accessible |
getAccessibleColumnDescription(int c)
Enabled: Returns the description text of the specified column in the table. |
int |
getAccessibleColumnExtentAt(int r,
int c)
Enabled: Returns the number of columns occupied by the Accessible at a specified row and column in the table. |
AccessibleTable |
getAccessibleColumnHeader()
Enabled: Returns the column headers as an AccessibleTable. |
int |
getAccessibleRowCount()
Enabled: Returns the number of rows in the table. |
Accessible |
getAccessibleRowDescription(int r)
Enabled: Returns the description of the specified row in the table. |
int |
getAccessibleRowExtentAt(int r,
int c)
Enabled: Returns the number of rows occupied by the Accessible at a specified row and column in the table. |
AccessibleTable |
getAccessibleRowHeader()
Enabled: Returns the row headers as an AccessibleTable. |
Accessible |
getAccessibleSummary()
Enabled: Returns the summary description of the table. |
int[] |
getSelectedAccessibleColumns()
Enabled: Returns the selected columns in a table. |
int[] |
getSelectedAccessibleRows()
Enabled: Returns the selected rows in a table. |
boolean |
isAccessibleColumnSelected(int c)
Enabled: Returns a boolean value indicating whether the specified column is selected. |
boolean |
isAccessibleRowSelected(int r)
Enabled: Returns a boolean value indicating whether the specified row is selected. |
boolean |
isAccessibleSelected(int r,
int c)
Enabled: Returns a boolean value indicating whether the accessible at a specified row and column is selected. |
void |
setAccessibleCaption(Accessible a)
Enabled: Sets the caption for the table. |
void |
setAccessibleColumnDescription(int c,
Accessible a)
Enabled: Sets the description text of the specified column in the table. |
void |
setAccessibleColumnHeader(AccessibleTable table)
Enabled: Sets the column headers. |
void |
setAccessibleRowDescription(int r,
Accessible a)
Enabled: Sets the description text of the specified row of the table. |
void |
setAccessibleRowHeader(AccessibleTable table)
Enabled: Sets the row headers. |
void |
setAccessibleSummary(Accessible a)
Enabled: Sets the summary description of the table |
| Method Detail |
public Accessible getAccessibleCaption()
public void setAccessibleCaption(Accessible a)
a - the caption for the tablepublic Accessible getAccessibleSummary()
public void setAccessibleSummary(Accessible a)
a - the summary description of the tablepublic int getAccessibleRowCount()
public int getAccessibleColumnCount()
public Accessible getAccessibleAt(int r,
int c)
r - zero-based row of the tablec - zero-based column of the table
public int getAccessibleRowExtentAt(int r,
int c)
public int getAccessibleColumnExtentAt(int r,
int c)
public AccessibleTable getAccessibleRowHeader()
public void setAccessibleRowHeader(AccessibleTable table)
table - an AccessibleTable representing the
row headerspublic AccessibleTable getAccessibleColumnHeader()
public void setAccessibleColumnHeader(AccessibleTable table)
table - an AccessibleTable representing the
column headerspublic Accessible getAccessibleRowDescription(int r)
r - zero-based row of the table
public void setAccessibleRowDescription(int r,
Accessible a)
r - zero-based row of the tablea - the description of the rowpublic Accessible getAccessibleColumnDescription(int c)
c - zero-based column of the table
public void setAccessibleColumnDescription(int c,
Accessible a)
c - zero-based column of the tablea - the text description of the column
public boolean isAccessibleSelected(int r,
int c)
r - zero-based row of the tablec - zero-based column of the table
public boolean isAccessibleRowSelected(int r)
r - zero-based row of the table
public boolean isAccessibleColumnSelected(int c)
public int[] getSelectedAccessibleRows()
public int[] getSelectedAccessibleColumns()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||