public abstract class DefaultHistoryFilter extends java.lang.Object implements HistoryFilter
| Constructor and Description |
|---|
DefaultHistoryFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(HistoryEntry entry)
Does this filter accept the specified entry?
|
boolean |
accept(HistoryModel model,
java.net.URL url,
HistoryEntry entry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShortLabelpublic boolean accept(HistoryModel model, java.net.URL url, HistoryEntry entry)
public boolean accept(HistoryEntry entry)
HistoryFilteraccept in interface HistoryFilterentry - the entry to test