|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.AcceptAllFilter
Filter that accepts everything. Available as a singleton since having more than one instance would be wasteful.
Constructor Summary | |
---|---|
AcceptAllFilter()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
|
static IFilter |
getInstance()
Returns the singleton instance of AcceptAllFilter |
boolean |
select(Object toTest)
Determines if the given object passes this filter. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AcceptAllFilter()
Method Detail |
public static IFilter getInstance()
public boolean select(Object toTest)
IFilter
select
in interface IFilter
toTest
- object to compare against the filter
public boolean equals(Object other)
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.