Searched defs:nextRow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java1040 int nextRow = setRowAndChildren(row);
1042 int childRowCount = nextRow - row - 1;
1051 * Sets the receivers row to <code>nextRow</code> and recursively
1055 protected int setRowAndChildren(int nextRow) { argument
1056 row = nextRow;
1319 * <code>nextRow</code> gives the bounds of the receiver.
1321 * This should be invoked on root with <code>nextRow</code> set
1324 protected boolean getPathForRow(int row, int nextRow, argument
1368 // nextRow.
1370 int lastChildEndRow = nextRow
[all...]

Completed in 125 milliseconds