Lines Matching defs:table

30  * presents data in a two-dimensional table format.
38 * Returns the caption for the table.
40 * @return the caption for the table
45 * Sets the caption for the table.
47 * @param a the caption for the table
52 * Returns the summary description of the table.
54 * @return the summary description of the table
59 * Sets the summary description of the table
61 * @param a the summary description of the table
66 * Returns the number of rows in the table.
68 * @return the number of rows in the table
73 * Returns the number of columns in the table.
75 * @return the number of columns in the table
81 * in the table.
83 * @param r zero-based row of the table
84 * @param c zero-based column of the table
91 * a specified row and column in the table.
100 * a specified row and column in the table.
118 * @param table an AccessibleTable representing the
121 public void setAccessibleRowHeader(AccessibleTable table);
134 * @param table an AccessibleTable representing the
137 public void setAccessibleColumnHeader(AccessibleTable table);
140 * Returns the description of the specified row in the table.
142 * @param r zero-based row of the table
148 * Sets the description text of the specified row of the table.
150 * @param r zero-based row of the table
156 * Returns the description text of the specified column in the table.
158 * @param c zero-based column of the table
164 * Sets the description text of the specified column in the table.
166 * @param c zero-based column of the table
175 * @param r zero-based row of the table
176 * @param c zero-based column of the table
187 * @param r zero-based row of the table
197 * @param c zero-based column of the table
204 * Returns the selected rows in a table.
207 * zero-based row of the table
212 * Returns the selected columns in a table.
215 * zero-based column of the table