|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(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 |
public void add(Object element, IProgressMonitor monitor)
element
- The element being addedmonitor
- The monitor to send updates to.public void add(Object[] elements, IProgressMonitor monitor)
elements
- The elements being addedmonitor
- The monitor to send updates to.public void done()
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.