Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.progress.IElementCollector

Packages that use IElementCollector
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
 

Uses of IElementCollector in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type IElementCollector
 void DeferredDebugElementWorkbenchAdapter.fetchDeferredChildren(Object object, IElementCollector collector, IProgressMonitor monitor)
           
 

Uses of IElementCollector in org.eclipse.ui.progress
 

Methods in org.eclipse.ui.progress that return IElementCollector
protected  IElementCollector DeferredTreeContentManager.createElementCollector(Object parent, org.eclipse.ui.internal.progress.PendingUpdateAdapter placeholder)
          Create the element collector for the receiver.
 

Methods in org.eclipse.ui.progress with parameters of type IElementCollector
 void IDeferredWorkbenchAdapter.fetchDeferredChildren(Object object, IElementCollector collector, IProgressMonitor monitor)
          Called by a job run in a separate thread to fetch the children of this adapter.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.