Searched refs:rows (Results 51 - 58 of 58) sorted by relevance

123

/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...]
/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/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/share/native/sun/font/
H A DfreetypeScaler.c656 /* We need it because FT rows are often padded to 4 byte boundaries
671 /* We need it because FT rows are often padded to 4 byte boundaries
777 height = (UInt16) ftglyph->bitmap.rows;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java2344 int rows = 1;
2353 rows++;
2358 total = calculateTabAreaHeight(tabPlacement, rows, maxTabHeight);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java2187 int rows = 1;
2196 rows++;
2201 total = calculateTabAreaHeight(tabPlacement, rows, maxTabHeight);
/openjdk7/make/scripts/
H A Dwebrev.ksh536 <frameset rows="*,60">
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java73 * 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
[all...]

Completed in 161 milliseconds

123