public class NoSearchMatcher extends java.lang.Object implements ca.odell.glazedlists.matchers.Matcher<BibtexEntry>
Modifier and Type | Field and Description |
---|---|
static ca.odell.glazedlists.matchers.Matcher<BibtexEntry> |
INSTANCE |
Constructor and Description |
---|
NoSearchMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(BibtexEntry object) |
public static final ca.odell.glazedlists.matchers.Matcher<BibtexEntry> INSTANCE
public boolean matches(BibtexEntry object)
matches
in interface ca.odell.glazedlists.matchers.Matcher<BibtexEntry>