AccessibleTable
describes a user-interface component that
presents data in a two-dimensional table format.
Modifier and Type | Method and Description |
---|---|
public Accessible | Returns: theAccessible at the specified row and columnzero-based row of the table r, int zero-based column of the table c)Returns the |
public Accessible | |
public int | Returns: the number of columns in the tableReturns the number of columns in the table. |
public Accessible | Returns: the text description of the columnzero-based column of the table c)Returns the description text of the specified column in the table. |
public int | Returns: the number of columns occupied by theAccessible at a
given specified row and columnzero-based row of the table r, int zero-based column of the table c)Returns the number of columns occupied by the |
public AccessibleTable | Returns: anAccessibleTable representing the column headersReturns the column headers as an |
public int | Returns: the number of rows in the tableReturns the number of rows in the table. |
public Accessible | Returns: the description of the rowzero-based row of the table r)Returns the description of the specified row in the table. |
public int | Returns: the number of rows occupied by theAccessible at a given
specified (row, column)zero-based row of the table r, int zero-based column of the table c)Returns the number of rows occupied by the |
public AccessibleTable | Returns: anAccessibleTable representing the row headersReturns the row headers as an |
public Accessible | Returns: the summary description of the tableReturns the summary description of the table. |
public int[] | Returns: an array of selected columns where each element is a zero-based column of the tableReturns the selected columns in a table. |
public int[] | Returns: an array of selected rows where each element is a zero-based row of the tableReturns the selected rows in a table. |
public boolean | Returns: the boolean valuetrue if the specified column is
selected. Otherwise, false .zero-based column of the table c)Returns a boolean value indicating whether the specified column is selected. |
public boolean | Returns: the boolean valuetrue if the specified row is selected.
Otherwise, false .zero-based row of the table r)Returns a boolean value indicating whether the specified row is selected. |
public boolean | Returns: the boolean valuetrue if the accessible at the row and
column is selected. Otherwise, the boolean value false zero-based row of the table r, int zero-based column of the table c)Returns a boolean value indicating whether the accessible at a specified row and column is selected. |
public void | |
public void | setAccessibleColumnDescription(int
zero-based column of the table c, Accessible the text description of the column a)Sets the description text of the specified column in the table. |
public void | setAccessibleColumnHeader(AccessibleTable
an table)AccessibleTable representing the column headersSets the column headers. |
public void | setAccessibleRowDescription(int
zero-based row of the table r, Accessible the description of the row a)Sets the description text of the specified row of the table. |
public void | setAccessibleRowHeader(AccessibleTable
an table)AccessibleTable representing the row headersSets the row headers. |
public void | setAccessibleSummary(Accessible
the summary description of the table a)Sets the summary description of the table. |
getAccessibleAt | back to summary |
---|---|
public Accessible getAccessibleAt(int r, int c) Returns the
|
getAccessibleCaption | back to summary |
---|---|
public Accessible getAccessibleCaption() Returns the caption for the table.
|
getAccessibleColumnCount | back to summary |
---|---|
public int getAccessibleColumnCount() Returns the number of columns in the table.
|
getAccessibleColumnDescription | back to summary |
---|---|
public Accessible getAccessibleColumnDescription(int c) Returns the description text of the specified column in the table.
|
getAccessibleColumnExtentAt | back to summary |
---|---|
public int getAccessibleColumnExtentAt(int r, int c) Returns the number of columns occupied by the
|
getAccessibleColumnHeader | back to summary |
---|---|
public AccessibleTable getAccessibleColumnHeader() Returns the column headers as an
|
getAccessibleRowCount | back to summary |
---|---|
public int getAccessibleRowCount() Returns the number of rows in the table.
|
getAccessibleRowDescription | back to summary |
---|---|
public Accessible getAccessibleRowDescription(int r) Returns the description of the specified row in the table.
|
getAccessibleRowExtentAt | back to summary |
---|---|
public int getAccessibleRowExtentAt(int r, int c) Returns the number of rows occupied by the
|
getAccessibleRowHeader | back to summary |
---|---|
public AccessibleTable getAccessibleRowHeader() Returns the row headers as an
|
getAccessibleSummary | back to summary |
---|---|
public Accessible getAccessibleSummary() Returns the summary description of the table.
|
getSelectedAccessibleColumns | back to summary |
---|---|
public int[] getSelectedAccessibleColumns() Returns the selected columns in a table.
|
getSelectedAccessibleRows | back to summary |
---|---|
public int[] getSelectedAccessibleRows() Returns the selected rows in a table.
|
isAccessibleColumnSelected | back to summary |
---|---|
public boolean isAccessibleColumnSelected(int c) Returns a boolean value indicating whether the specified column is selected.
|
isAccessibleRowSelected | back to summary |
---|---|
public boolean isAccessibleRowSelected(int r) Returns a boolean value indicating whether the specified row is selected.
|
isAccessibleSelected | back to summary |
---|---|
public boolean isAccessibleSelected(int r, int c) Returns a boolean value indicating whether the accessible at a specified row and column is selected.
|
setAccessibleCaption | back to summary |
---|---|
public void setAccessibleCaption(Accessible a) Sets the caption for the table.
|
setAccessibleColumnDescription | back to summary |
---|---|
public void setAccessibleColumnDescription(int c, Accessible a) Sets the description text of the specified column in the table.
|
setAccessibleColumnHeader | back to summary |
---|---|
public void setAccessibleColumnHeader(AccessibleTable table) Sets the column headers.
|
setAccessibleRowDescription | back to summary |
---|---|
public void setAccessibleRowDescription(int r, Accessible a) Sets the description text of the specified row of the table.
|
setAccessibleRowHeader | back to summary |
---|---|
public void setAccessibleRowHeader(AccessibleTable table) Sets the row headers.
|
setAccessibleSummary | back to summary |
---|---|
public void setAccessibleSummary(Accessible a) Sets the summary description of the table.
|