Eclipse eRCP
Release 1.1

org.eclipse.jface.viewers
Interface IFilter

All Known Implementing Classes:
AcceptAllFilter

public interface IFilter

Interface for filters. Can accept or reject items.

Since:
3.1

Method Summary
 boolean select(Object toTest)
          Determines if the given object passes this filter.
 

Method Detail

select

public boolean select(Object toTest)
Determines if the given object passes this filter.

Parameters:
toTest - object to compare against the filter
Returns:
true iff the object is accepted by the filter.

Eclipse eRCP
Release 1.1