Searched defs:isLeaf (Results 1 - 25 of 50) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCReturnInstruction.java39 public boolean isLeaf() { method in class:SPARCReturnInstruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DAddressTreeNodeAdapter.java53 public boolean isLeaf() { method in class:AddressTreeNodeAdapter
H A DDoubleTreeNodeAdapter.java52 public boolean isLeaf() { method in class:DoubleTreeNodeAdapter
H A DFloatTreeNodeAdapter.java52 public boolean isLeaf() { method in class:FloatTreeNodeAdapter
H A DLongTreeNodeAdapter.java52 public boolean isLeaf() { method in class:LongTreeNodeAdapter
H A DEnumTreeNodeAdapter.java54 public boolean isLeaf() { method in class:EnumTreeNodeAdapter
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DBadOopTreeNodeAdapter.java55 public boolean isLeaf() { method in class:BadOopTreeNodeAdapter
H A DBooleanTreeNodeAdapter.java51 public boolean isLeaf() { method in class:BooleanTreeNodeAdapter
H A DCStringTreeNodeAdapter.java51 public boolean isLeaf() { method in class:CStringTreeNodeAdapter
H A DCharTreeNodeAdapter.java51 public boolean isLeaf() { method in class:CharTreeNodeAdapter
H A DDoubleTreeNodeAdapter.java51 public boolean isLeaf() { method in class:DoubleTreeNodeAdapter
H A DFloatTreeNodeAdapter.java51 public boolean isLeaf() { method in class:FloatTreeNodeAdapter
H A DRootTreeNodeAdapter.java52 public boolean isLeaf() { method in class:RootTreeNodeAdapter
H A DSimpleTreeNode.java35 public boolean isLeaf(); method in interface:SimpleTreeNode
H A DBadAddressTreeNodeAdapter.java70 public boolean isLeaf() { method in class:BadAddressTreeNodeAdapter
H A DLongTreeNodeAdapter.java60 public boolean isLeaf() { method in class:LongTreeNodeAdapter
H A DRevPtrsTreeNodeAdapter.java66 public boolean isLeaf() { method in class:RevPtrsTreeNodeAdapter
H A DSimpleTreeGroupNode.java52 public boolean isLeaf() { method in class:SimpleTreeGroupNode
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DElement.java136 public boolean isLeaf(); method in interface:Element
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeNode.java81 boolean isLeaf(); method in interface:TreeNode
H A DTreeModel.java111 public boolean isLeaf(Object node); method in interface:TreeModel
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyFactory.java109 boolean isLeaf = isLeaf(info);
111 Constructor<? extends Property> c = propImpls[(isLeaf?0:6)+(isCollection?3:0)+kind.propertyIndex];
133 static boolean isLeaf(RuntimePropertyInfo info) { method in class:PropertyFactory
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_tree_DefaultTreeModel.java70 public boolean isLeaf() { method in class:javax_swing_tree_DefaultTreeModel.RootNode
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DDynamicTreeNode.java55 * It should be noted that isLeaf will also be messaged from the model.
57 * determine this. As such, isLeaf is subclassed to always return false.<p>
142 public boolean isLeaf() { method in class:DynamicTreeNode
/openjdk7/jdk/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubBranchElement.java80 public boolean isLeaf() { method in class:StubBranchElement

Completed in 114 milliseconds

12