Home
last modified time | relevance | path

Searched refs:currentHasChildren (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/
H A DM2ContentProvider.java41 public boolean hasPipelinedChildren(Object anInput, boolean currentHasChildren) { in hasPipelinedChildren() argument
42 return currentHasChildren; in hasPipelinedChildren()
H A DM1ContentProvider.java59 public boolean hasPipelinedChildren(Object anInput, boolean currentHasChildren) { in hasPipelinedChildren() argument
60 return currentHasChildren; in hasPipelinedChildren()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/
H A DTestContentProviderPipelined.java54 public boolean hasPipelinedChildren(Object anInput, boolean currentHasChildren) { in hasPipelinedChildren() argument
57 return currentHasChildren; in hasPipelinedChildren()
H A DTestPipelineProvider.java76 public boolean hasPipelinedChildren(Object anInput, boolean currentHasChildren) { in hasPipelinedChildren() argument
77 return currentHasChildren; in hasPipelinedChildren()
H A DTestContentProviderNoChildren.java109 public boolean hasPipelinedChildren(Object anInput, boolean currentHasChildren) { in hasPipelinedChildren() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/
H A DSafeDelegateTreeContentProvider.java274 public boolean hasPipelinedChildren(Object anInput, boolean currentHasChildren) { in hasPipelinedChildren() argument
277 .hasPipelinedChildren(anInput, currentHasChildren); in hasPipelinedChildren()
279 return currentHasChildren; in hasPipelinedChildren()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/
H A DIPipelinedTreeContentProvider2.java62 boolean hasPipelinedChildren(Object anInput, boolean currentHasChildren); in hasPipelinedChildren() argument