| org.eclipse.ui.progress.IElementCollector
Method Summary | |
public void | add(Object element, IProgressMonitor monitor) Add the element to the IElementCollector. | public void | add(Object[] elements, IProgressMonitor monitor) Add the elements to the IElementCollector. | public void | done() The element collection is done. |
add | public void add(Object element, IProgressMonitor monitor)(Code) | | Add the element to the IElementCollector. Send any progress information
to monitor.
Parameters: element - The element being added Parameters: monitor - The monitor to send updates to. |
add | public void add(Object[] elements, IProgressMonitor monitor)(Code) | | Add the elements to the IElementCollector. Send any progress information
to monitor.
Parameters: elements - The elements being added Parameters: monitor - The monitor to send updates to. |
done | public void done()(Code) | | The element collection is done. Clean up any temporary state.
|
|
|