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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DPaletteBuilder.java286 aNode.childCount++;
287 if (aNode.childCount == 2) {
412 thisNode.childCount = 0;
432 public int childCount; field in class:PaletteBuilder.ColorNode
448 childCount = 0;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java1630 * @param childCount The number of entries in the <code>children</code> array.
1643 int childCount) throws XNIException {
1664 if (childCount != 0) {
1679 int result = cmElem.validate(children, childOffset, childCount);
1640 checkContent(int elementIndex, QName[] children, int childOffset, int childCount) argument
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java752 protected int childCount; field in class:FixedHeightLayoutCache.FHTreeStateNode
883 (childCount - index);
906 int retCount = childCount;
1077 return lastRow + childCount - lastModelIndex;
1110 lastRow += childCount - lastModelIndex;
1152 childCount = treeModel.getChildCount(getUserObject());
1172 int childCount = getTotalChildCount();
1175 adjustRowCountBy(-childCount);
1178 adjustRowBy(-childCount, 0);
1235 childCount
1487 protected int childCount; field in class:FixedHeightLayoutCache.VisibleFHTreeStateNodeEnumeration
[all...]
H A DVariableHeightLayoutCache.java1248 int childCount = 0;
1253 childCount += maxCounter;
1255 childCount += ((TreeStateNode)getChildAt(counter)).
1258 return childCount;
1660 protected int childCount; field in class:VariableHeightLayoutCache.VisibleTreeStateNodeEnumeration
1670 this.childCount = this.parent.getChildCount();
1729 childCount = parent.getChildCount();
1750 if(childCount == 0)
1753 else if(++nextIndex >= childCount)
1762 childCount
[all...]

Completed in 663 milliseconds