Package org.eclipse.jface.viewers
Class AcceptAllFilter
java.lang.Object
org.eclipse.jface.viewers.AcceptAllFilter
- All Implemented Interfaces:
IFilter
Filter that accepts everything. Available as a singleton since having
more than one instance would be wasteful.
- Since:
- 3.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AcceptAllFilter
public AcceptAllFilter()
-
-
Method Details
-
getInstance
Returns the singleton instance of AcceptAllFilter- Returns:
- the singleton instance of AcceptAllFilter
-
select
Description copied from interface:IFilter
Determines if the given object passes this filter. -
equals
-
hashCode
public int hashCode()
-