public interface IFilter
boolean select(Object toTest)
toTest
- object to compare against the filtertrue
if the object is accepted by the filter.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.