Searched refs:isLeaf (Results 1 - 25 of 76) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSingleLeafTreeSelectionModel.java50 if(((TreeNode)(path.getLastPathComponent())).isLeaf()) {
59 if(((TreeNode)(paths[0].getLastPathComponent())).isLeaf()) {
66 if(((TreeNode)(path.getLastPathComponent())).isLeaf()) {
75 if(((TreeNode)(paths[0].getLastPathComponent())).isLeaf()) {
/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/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/ui/tree/
H A DSimpleTreeNode.java35 public boolean isLeaf(); method in interface:SimpleTreeNode
H A DBooleanTreeNodeAdapter.java51 public boolean isLeaf() { method in class:BooleanTreeNodeAdapter
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 DSimpleTreeModel.java41 public boolean isLeaf() { return true; }
72 public boolean isLeaf(Object node) { method in class:SimpleTreeModel
76 return ((SimpleTreeNode) node).isLeaf();
H A DBadOopTreeNodeAdapter.java55 public boolean isLeaf() { method in class:BadOopTreeNodeAdapter
H A DCStringTreeNodeAdapter.java51 public boolean isLeaf() { method in class:CStringTreeNodeAdapter
H A DLongTreeNodeAdapter.java60 public boolean isLeaf() { method in class:LongTreeNodeAdapter
H A DRootTreeNodeAdapter.java52 public boolean isLeaf() { method in class:RootTreeNodeAdapter
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/com/sun/imageio/plugins/common/
H A DPaletteBuilder.java208 if (aNode.isLeaf) {
251 transColor.isLeaf = true;
273 aNode.isLeaf = (aLevel > MAXLEVEL);
274 if (aNode.isLeaf) {
283 if (!aNode.isLeaf) {
330 if (aNode.isLeaf) {
400 if (thisNode.isLeaf) {
406 thisNode.isLeaf = true;
431 public boolean isLeaf; field in class:PaletteBuilder.ColorNode
446 isLeaf
[all...]
/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/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/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubLeafElement.java78 public boolean isLeaf() { method in class:StubLeafElement
/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

Completed in 452 milliseconds

1234