Home
last modified time | relevance | path

Searched refs:theCurrentChildren (Results 1 – 10 of 10) 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/jst/
H A DWebJavaContentProvider.java81 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument
84 cleanJavaContribution(theCurrentChildren); in getPipelinedChildren()
85 theCurrentChildren.add(getCompressedNode((IProject) aParent)); in getPipelinedChildren()
93 private void cleanJavaContribution(Set theCurrentChildren) throws Exception { in cleanJavaContribution() argument
94 for (Iterator iter = theCurrentChildren.iterator(); iter.hasNext();) { in cleanJavaContribution()
/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.java38 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument
42 System.out.println("chilren: " + theCurrentChildren); in getPipelinedChildren()
H A DTestContentProviderNoChildren.java74 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument
75 theCurrentChildren.clear(); in getPipelinedChildren()
H A DTestContentProviderDat.java61 public void getPipelinedChildren(Object parent, Set theCurrentChildren) { in getPipelinedChildren() argument
H A DTestPipelineProvider.java54 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/
H A DIPipelinedTreeContentProvider.java49 void getPipelinedChildren(Object aParent, Set theCurrentChildren); in getPipelinedChildren() 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.java170 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument
173 .getPipelinedChildren(aParent, theCurrentChildren); in getPipelinedChildren()
/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 DResourceWrapperContentProvider.java46 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/
H A DModelNavigatorContentProvider.java236 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/
H A DModelSyncContentProvider.java158 public void getPipelinedChildren(Object aParent, Set theCurrentChildren) { in getPipelinedChildren() argument