|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
IDeferredWorkbenchAdapter
,
DeferredTreeContentManager
Method Summary | |
---|---|
void |
add(java.lang.Object[] elements,
IProgressMonitor monitor)
Add the elements to the IElementCollector. |
void |
add(java.lang.Object element,
IProgressMonitor monitor)
Add the element to the IElementCollector. |
void |
done()
The element collection is done. |
Method Detail |
---|
void add(java.lang.Object element, IProgressMonitor monitor)
element
- The element being addedmonitor
- The monitor to send updates to.void add(java.lang.Object[] elements, IProgressMonitor monitor)
elements
- The elements being addedmonitor
- The monitor to send updates to.void done()
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.