Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.progress
Interface IElementCollector


public interface IElementCollector

IElementCollector is a type that allows for the incremental update of a collection of objects. This used for updating trees incrementally with a progress monitor so that the update can be reported.

Since:
3.0
See Also:
IDeferredWorkbenchAdapter, DeferredTreeContentManager

Method Summary
 void add ( Object[] elements, IProgressMonitor monitor)
          Add the elements to the IElementCollector.
 void add ( Object element, IProgressMonitor monitor)
          Add the element to the IElementCollector.
 void done ()
          The element collection is done.
 

Method Detail

add

void add(
Object element,
         
IProgressMonitor monitor)
Add the element to the IElementCollector. Send any progress information to monitor.

Parameters:
element - The element being added
monitor - The monitor to send updates to.

add

void add(
Object[] elements,
         
IProgressMonitor monitor)
Add the elements to the IElementCollector. Send any progress information to monitor.

Parameters:
elements - The elements being added
monitor - The monitor to send updates to.

done

void done()
The element collection is done. Clean up any temporary state.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire