Searched defs:rows (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java63 int rows; field in class:SpreadSheet
84 rs = getParameter("rows");
86 rows = 9;
88 rows = Integer.parseInt(rs);
96 cells = new Cell[rows][columns];
98 for (int i = 0; i < rows; i++) {
119 (rows + 3) * cellHeight + titleHeight);
144 for (int i = 0; i < rows; i++) {
167 for (int i = 0; i < rows; i++) {
186 for (i = 0; i < rows;
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java268 * <LI>Does not show rows that have been deleted.
271 * <LI>Has no limit for the number of rows it may contain.
286 * of rows for the <code>CachedRowSet</code> object <i>crs</i> to 500.
412 * A <code>boolean</code> indicating whether deleted rows are visible in this
429 * The maximum number of rows the reader should read.
494 * A hint to the driver that indicates the expected number of rows
630 * one of its rows has changed.
1183 * Retrieves the maximum number of rows that this <code>RowSet</code> object may contain. If
1184 * this limit is exceeded, the excess rows are silently dropped.
1187 * rows; zer
1433 setFetchSize(int rows) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java51 rows = new Vector<RowView>();
94 * The number of rows in the table.
97 return rows.size();
101 * Fetch the span of multiple rows. This includes
129 if (row < rows.size()) {
130 return rows.elementAt(row);
176 * Determines the number of rows occupied by
268 // determine which views are table rows and clear out
271 rows.removeAllElements();
276 rows
993 Vector<RowView> rows; field in class:TableView
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java41 * when there are no more rows in the <code>ResultSet</code> object,
172 * <code>false</code> if there are no more rows
1033 * result set contains no rows
1052 * result set contains no rows
1103 * first row. This method has no effect if the result set contains no rows.
1117 * last row. This method has no effect if the result set contains no rows.
1132 * <code>false</code> if there are no rows in the result set
1147 * <code>false</code> if there are no rows in the result set
1220 * Moves the cursor a relative number of rows, either positive or negative.
1231 * @param rows a
1351 setFetchSize(int rows) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java45 * inner join between two tables. Any unmatched rows in either table of the
446 * the changes back to the originating rows and tables in the
645 // Assuming first rowset has M rows and second N rows.
959 * <code>false</code> if there are no more rows
971 * updates. The rowset contains no rows after the method
1305 * this rowset's rows or its insert row
1321 * this rowset's rows or its insert row
1337 * this rowset's rows or its insert row
1353 * this rowset's rows o
2099 relative(int rows) argument
[all...]
H A DJdbcRowSetImpl.java115 * <LI>Does not show deleted rows
118 * <LI>Has no limit for the number of rows it may contain
237 * <LI>Does not show deleted rows
240 * <LI>Has no limit for the number of rows it may contain
311 * <LI>Does not show deleted rows
314 * <LI>Has no limit for the number of rows it may contain
399 * <LI>Does not show deleted rows
402 * <LI>Has no limit for the number of rows it may contain
548 * size, maximum number of rows, and query timeout limit) to be those
816 * <code>false</code> if there are no more rows
2002 relative(int rows) argument
2090 setFetchSize(int rows) argument
[all...]
H A DCachedRowSetImpl.java130 * object not counting rows that have been deleted, if any.
133 * that started with five rows and subsequently had the second and third
134 * rows deleted. The <code>absolutePos</code> would be <code>3</code>,
141 * The number of deleted rows currently in this <code>CachedRowSetImpl</code>
148 * The total number of rows currently in this <code>CachedRowSetImpl</code>
222 * up of rows for populating a CachedRowSet object was left off.
228 * up of rows for populating a CachedRowSet object was left off.
250 * The integer value indicating number of rows that have been processed so far.
276 * The integer value indicating the total number of rows to be processed in the
322 * the capacity to hold 100 rows
3603 relative(int rows) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DList.java75 * rows. Once the list has been created, the number of visible rows
77 * four rows, so that <code>lst = new List()</code> is equivalent to
121 * This field will represent the number of visible rows in the
129 int rows = 0; field in class:List
195 * <code>List(rows, false)</code>. Also note that the number
196 * of visible rows in the list cannot be changed after it has
198 * @param rows the number of items to show.
204 public List(int rows) throws HeadlessException { argument
205 this(rows, fals
232 List(int rows, boolean multipleMode) argument
758 getPreferredSize(int rows) argument
767 preferredSize(int rows) argument
808 getMinimumSize(int rows) argument
817 minimumSize(int rows) argument
[all...]
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java1425 int rows; field in class:RenderClipTest.SmartGridLayout
1431 this.rows = r;
1445 int nrows = rows;
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java49 * contain values in rows where there is conflict.
50 * For rows other than conflict, it will *not* contain
51 * any data. For rows containing conflict it will
456 * @return true if the new current row is valid; false if there are no more rows
600 * In that case, when deleted rows are not shown, which is usually true,
681 * Note: This method can be ignored if deleted rows are not being shown,
737 * with it. This allows cursors to interate over a shared set of rows, providing
999 * <code>false</code> if there are no more rows
1016 * If this rowset shows deleted rows and the cursor moves to a row
1097 * (2) the cursor is not on one of this rowset's rows o
2382 relative(int rows) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java232 public Dimension getPreferredSize(int rows) { argument
233 return preferredSize(rows);
237 public Dimension getMinimumSize(int rows) { argument
238 return minimumSize(rows);
1658 * Fixed 5010944: List's rows overlap one another
H A DXTextAreaPeer.java238 public Dimension getPreferredSize(int rows, int cols) { argument
239 return getMinimumSize(rows, cols);
246 public Dimension getMinimumSize(int rows, int cols) { argument
249 d = jtext.getMinimumSize(rows,cols);
271 fm.getHeight() * rows + /*2*YMARGIN +*/ hsbheight);
554 public Dimension minimumSize(int rows, int cols) { argument
555 return getMinimumSize(rows, cols);
562 public Dimension preferredSize(int rows, int cols) { argument
563 return getPreferredSize(rows, cols);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp572 SIZE AwtFont::TextSize(AwtFont* font, int columns, int rows) argument
588 size.cy = size.cy * rows;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java248 * Number of rows to make visible at one time. This value is used for
1694 int[] rows = { row };
1696 setSelectionRows(rows);
1700 * Selects the nodes corresponding to each of the specified rows
1701 * in the display. If a particular element of <code>rows</code> is
1704 * in <code>rows</code> are valid rows, the selection will
1708 * @param rows an array of ints specifying the rows to select,
1711 public void setSelectionRows(int[] rows) { argument
1776 addSelectionRows(int[] rows) argument
2642 removeSelectionRows(int[] rows) argument
[all...]

Completed in 125 milliseconds

12