Eclipse Platform
Release 3.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 Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.