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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java109 root.adjustRowBy(1);
113 root.adjustRowBy(-1);
1004 protected void adjustRowBy(int amount) { method in class:FixedHeightLayoutCache.FHTreeStateNode
1009 ((FHTreeStateNode)getChildAt(counter)).adjustRowBy(amount);
1019 protected void adjustRowBy(int amount, int startIndex) { method in class:FixedHeightLayoutCache.FHTreeStateNode
1025 ((FHTreeStateNode)getChildAt(counter)).adjustRowBy(amount);
1031 parent.adjustRowBy(amount, parent.getIndex(this) + 1);
1045 parent.adjustRowBy(childRowCount, parent.getIndex(this) + 1);
1176 // We can do this because adjustRowBy won't descend
1178 adjustRowBy(
[all...]

Completed in 1372 milliseconds