Searched defs:getChildCount (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DAddressTreeNodeAdapter.java45 public int getChildCount() { method in class:AddressTreeNodeAdapter
H A DDoubleTreeNodeAdapter.java44 public int getChildCount() { method in class:DoubleTreeNodeAdapter
H A DFloatTreeNodeAdapter.java44 public int getChildCount() { method in class:FloatTreeNodeAdapter
H A DLongTreeNodeAdapter.java44 public int getChildCount() { method in class:LongTreeNodeAdapter
H A DEnumTreeNodeAdapter.java46 public int getChildCount() { method in class:EnumTreeNodeAdapter
H A DObjectTreeNodeAdapter.java53 public int getChildCount() { method in class:ObjectTreeNodeAdapter
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DBadOopTreeNodeAdapter.java47 public int getChildCount() { method in class:BadOopTreeNodeAdapter
H A DBooleanTreeNodeAdapter.java43 public int getChildCount() { method in class:BooleanTreeNodeAdapter
H A DCStringTreeNodeAdapter.java43 public int getChildCount() { method in class:CStringTreeNodeAdapter
H A DCharTreeNodeAdapter.java43 public int getChildCount() { method in class:CharTreeNodeAdapter
H A DDoubleTreeNodeAdapter.java43 public int getChildCount() { method in class:DoubleTreeNodeAdapter
H A DFloatTreeNodeAdapter.java43 public int getChildCount() { method in class:FloatTreeNodeAdapter
H A DRootTreeNodeAdapter.java44 public int getChildCount() { method in class:RootTreeNodeAdapter
H A DSimpleTreeNode.java33 public int getChildCount(); method in interface:SimpleTreeNode
H A DBadAddressTreeNodeAdapter.java62 public int getChildCount() { method in class:BadAddressTreeNodeAdapter
H A DLongTreeNodeAdapter.java52 public int getChildCount() { method in class:LongTreeNodeAdapter
H A DRevPtrsTreeNodeAdapter.java50 public int getChildCount() { method in class:RevPtrsTreeNodeAdapter
H A DSimpleTreeGroupNode.java39 public int getChildCount() { return children.size(); } method in class:SimpleTreeGroupNode
H A DSimpleTreeModel.java39 public int getChildCount() { return 0; }
68 public int getChildCount(Object parent) { method in class:SimpleTreeModel
69 return ((SimpleTreeNode) parent).getChildCount();
H A DCTypeTreeNodeAdapter.java116 public int getChildCount() { method in class:CTypeTreeNodeAdapter
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeNode.java59 int getChildCount(); method in interface:TreeNode
H A DTreeModel.java80 * index < getChildCount(parent</code>)).
97 public int getChildCount(Object parent); method in interface:TreeModel
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_tree_DefaultTreeModel.java54 public int getChildCount() { method in class:javax_swing_tree_DefaultTreeModel.RootNode
H A Djavax_swing_JTree.java64 public int getChildCount(Object parent) { method in class:javax_swing_JTree.MyModel
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DDynamicTreeNode.java52 * getChildCount() will be messaged from JTreeModel before any children
53 * are asked for. So, the first time getChildCount() is issued the
56 * The default behavior of TreeNode is to message getChildCount to
60 * thing in getChildCount(). Or, if you aren't using TreeNode you could
68 * NOTE: getAllowsChildren() can be messaged before getChildCount().
152 public int getChildCount() { method in class:DynamicTreeNode
156 return super.getChildCount();
160 * Messaged the first time getChildCount is messaged. Creates
186 /* Don't use add() here, add calls insert(newNode, getChildCount())

Completed in 41 milliseconds

12