API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleExtendedTable View Source
Author(s)
Lynn Monsanto
Since
1.4
Version
1.7 04/07/06
Serial
Hierarchy
 AccessibleTable
      AccessibleExtendedTable
Subinterfaces
Description
public interface AccessibleExtendedTable
  Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.
See also:   
Methods
Hide/Show inherited methods
public int getAccessibleColumn (int index)
  Returns the column number of an index in the table.
public int getAccessibleIndex (int r, int c)
public int getAccessibleRow (int index)
  Returns the row number of an index in the table.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar