Searched refs:getTotalChildCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java265 return node.getTotalChildCount();
882 return getRow() + 1 + getTotalChildCount() -
888 * expanded nodes and messaging them with getTotalChildCount.
890 public int getTotalChildCount() { method in class:FixedHeightLayoutCache.FHTreeStateNode
911 .getTotalChildCount();
1172 int childCount = getTotalChildCount();
1411 retCount += aChild.getTotalChildCount();
1437 retCount += aChild.getTotalChildCount();

Completed in 229 milliseconds