|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.AcceptAllFilter
public final class 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(java.lang.Object other)
|
static IFilter |
getInstance()
Returns the singleton instance of AcceptAllFilter |
boolean |
select(java.lang.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(java.lang.Object toTest)
IFilter
select
in interface IFilter
toTest
- object to compare against the filter
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |