/[classpath]/classpath/javax/accessibility/AccessibleExtendedTable.java
ViewVC logotype

Diff of /classpath/javax/accessibility/AccessibleExtendedTable.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ericb, Mon Mar 18 22:22:45 2002 UTC revision 1.2 by ericb, Tue Mar 19 00:53:14 2002 UTC
# Line 60  public interface AccessibleExtendedTable Line 60  public interface AccessibleExtendedTable
60     * @param index the cell index, in row-major form from (0,0)     * @param index the cell index, in row-major form from (0,0)
61     * @return the row number, or -1 if out of bounds     * @return the row number, or -1 if out of bounds
62     */     */
63    int getAccessibleRow(int index)    int getAccessibleRow(int index);
64    
65    /**    /**
66     * Returns the column number of an index in the table.     * Returns the column number of an index in the table.
# Line 68  public interface AccessibleExtendedTable Line 68  public interface AccessibleExtendedTable
68     * @param index the cell index, in row-major form from (0,0)     * @param index the cell index, in row-major form from (0,0)
69     * @return the column number, or -1 if out of bounds     * @return the column number, or -1 if out of bounds
70     */     */
71    int getAccessibleColumn(int index)    int getAccessibleColumn(int index);
72    
73    /**    /**
74     * Returns the cell number for a row-major address from (0,0).     * Returns the cell number for a row-major address from (0,0).

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26