Public Member Functions

de.fraunhofer.isst.axbench.autosarinterface.wizards.synchronization.eclipse.IElementFilter Interface Reference

This class is a copy of the ECLIPSE INTERNAL IElementFilter class. More...

List of all members.

Public Member Functions

void filterElements (Collection<?> elements, IProgressMonitor monitor) throws InterruptedException
void filterElements (Object[] elements, IProgressMonitor monitor) throws InterruptedException

Detailed Description

This class is a copy of the ECLIPSE INTERNAL IElementFilter class.

The IElementFilter is a interface that defines the api for filtering the current selection of a ResourceTreeAndListGroup in order to find a subset to update as the result of a type filtering. This is meant as an internal class and is used exlcusively by the import dialog.

Author:
skaegebein
Version:
0.8.0
Since:
0.8.0

Member Function Documentation

void de.fraunhofer.isst.axbench.autosarinterface.wizards.synchronization.eclipse.IElementFilter.filterElements ( Collection<?>  elements,
IProgressMonitor  monitor 
) throws InterruptedException
void de.fraunhofer.isst.axbench.autosarinterface.wizards.synchronization.eclipse.IElementFilter.filterElements ( Object[]  elements,
IProgressMonitor  monitor 
) throws InterruptedException