Lines Matching refs:rows

73  * set up easily.  For example, to set up a table with 10 rows and 10
95 * To enable sorting and filtering of rows, use a
129 * The <code>JTable</code> uses integers exclusively to refer to both the rows and the columns
148 * where the order of the rows is changed, rather than the order of the columns.
263 * spreading both columns and rows across multiple pages if necessary.
645 * @param numRows the number of rows the table holds
674 * <code>rowData</code> is an array of rows, so the value of the cell at row 1,
679 * All rows must be of the same length as <code>columnNames</code>.
997 * Sets the amount of empty space between cells in adjacent rows.
1742 int[] rows = ((int[][])state)[0];
1746 for (int row : rows) {
1863 * the same rows, in terms of the model, remain selected. The default
1975 * Sets whether the rows in this model can be selected.
1994 * Returns true if rows can be selected.
1996 * @return true if rows can be selected, otherwise false
2050 * rows or columns.
2074 * Selects all rows, columns, and cells in the table.
2113 * Deselects all selected columns and rows.
2155 * Selects the rows from <code>index0</code> to <code>index1</code>,
2183 * Adds the rows from <code>index0</code> to <code>index1</code>, inclusive, to
2210 * Deselects the rows from <code>index0</code> to <code>index1</code>, inclusive.
2253 * Returns the indices of all selected rows.
2255 * @return an array of integers containing the indices of all selected rows,
2291 * Returns the number of selected rows.
2293 * @return the number of selected rows, 0 if no rows are selected
2318 * Returns true if the specified index is in the valid range of rows,
2341 * Returns true if the specified indices are in the valid range of rows
2612 * index outside the number of rows of the <code>TableModel</code>
2647 * Returns the number of rows that can be shown in the
2650 * number of rows returned may differ from that of the underlying
2653 * @return the number of rows shown in the <code>JTable</code>
2990 * Causes this table to lay out its rows and columns. Overridden so
3762 * description: The selection model for rows.
3843 // Heights of the rows in terms of the model.
3911 // the selection even if rows are filtered out.
3939 // All the rows have changed, chuck any cached selection.
3957 // table changed, but haven't cached rows, temporarily
4070 // Number of rows in the model
4152 * Repaints the sort of sorted rows in response to a TableModelEvent.
4399 // there are variable height rows. Repaint the visible region,
4421 // 1 or more rows changed
4451 * Invoked when rows have been inserted into the table.
4468 // Adjust the selection to account for the new rows.
4472 // If we have variable height rows, adjust the row model.
4488 * Invoked when rows have been removed from the table.
4507 // Adjust the selection to account for the new rows
4510 // If we have variable height rows, adjust the row model.
4833 // Loop past any zero-height rows
6342 * In both modes, it spreads table rows naturally in sequence across
6343 * multiple pages, fitting as many rows as possible per page.
6346 * columns across pages in a similar manner to that of the rows. When the
7066 // just one or more rows in selection
7070 // just one or more rows in selection
7128 // selected rows in two states: in a selected row,
7132 // always do rows above the "current" selected row first,
7135 // selected child, we handle the rows below the last
7164 case NOT_IN_ROW: // sparse bunch of rows of selections
7183 // the last sparse bunch of rows
7195 // one or more rows selected
7394 * Returns the total number of rows in this table.
7396 * @return the total number of rows in this table
7425 * Returns the number of rows occupied by the <code>Accessible</code>
7428 * @return the number of rows occupied by the <code>Accessible</code>
7526 * Returns the number of rows in the table.
7528 * @return the number of rows in the table
7569 * Returns the number of rows occupied by the Accessible at
7572 * @return the number of rows occupied by the Accessible at a
7691 * Returns the selected rows in a table.
7693 * @return an array of selected rows where each element is a
7834 * Returns the selected rows in a table.
7836 * @return an array of selected rows where each element is a