|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleExtendedTable
Objects which present 2-D tables with the extension of a flat address space should implement this interface. Accessibility software can use the implementations of this interface to better manipulate the table.
The AccessibleContext.getAccessibleTable()
method
should return an instance of this interface only when it is supported.
Accessible
,
AccessibleContext
,
AccessibleContext.getAccessibleTable()
Method Summary | |
---|---|
int |
getAccessibleColumn(int index)
Returns the column number of an index in the table. |
int |
getAccessibleIndex(int r,
int c)
Returns the cell number for a row-major address from (0,0). |
int |
getAccessibleRow(int index)
Returns the row number of an index in the table. |
Method Detail |
---|
int getAccessibleRow(int index)
index
- the cell index, in row-major form from (0,0)
int getAccessibleColumn(int index)
index
- the cell index, in row-major form from (0,0)
int getAccessibleIndex(int r, int c)
r
- the rowc
- the column
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |