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 boolean
equals(Object other)
static IFilter
getInstance()
Returns the singleton instance of AcceptAllFilterboolean
select(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:IFilter
Determines if the given object passes this filter.
-
-