Package org.eclipse.jface.viewers
Class AcceptAllFilter
- java.lang.Object
-
- org.eclipse.jface.viewers.AcceptAllFilter
-
-
Constructor Summary
Constructors Constructor Description AcceptAllFilter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)static IFiltergetInstance()Returns the singleton instance of AcceptAllFilterbooleanselect(Object toTest)Determines if the given object passes this filter.
-
-
-
Method Detail
-
getInstance
public static IFilter getInstance()
Returns the singleton instance of AcceptAllFilter- Returns:
- the singleton instance of AcceptAllFilter
-
select
public boolean select(Object toTest)
Description copied from interface:IFilterDetermines if the given object passes this filter.
-
-