public interface IElementCollector
IDeferredWorkbenchAdapter
,
DeferredTreeContentManager
Modifier and Type | Method and Description |
---|---|
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.
|
void add(Object element, IProgressMonitor monitor)
element
- The element being addedmonitor
- The monitor to send updates to.void add(Object[] elements, IProgressMonitor monitor)
elements
- The elements being addedmonitor
- The monitor to send updates to.void done()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.