eu.esdihumboldt.hale.ui.views.properties.cell
Class AbstractCellFilter
java.lang.Object
eu.esdihumboldt.hale.ui.views.properties.cell.AbstractCellFilter
- All Implemented Interfaces:
- org.eclipse.jface.viewers.IFilter
- Direct Known Subclasses:
- HtmlExplanationCellFilter
public abstract class AbstractCellFilter
- extends Object
- implements org.eclipse.jface.viewers.IFilter
The default filter for all filters
- Author:
- Patrick Lieb
Method Summary |
abstract boolean |
isFiltered(Cell input)
Determine if a cell is invalid and thus should be rejected by the filter. |
boolean |
select(Object input)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCellFilter
public AbstractCellFilter()
isFiltered
public abstract boolean isFiltered(Cell input)
- Determine if a cell is invalid and thus should be rejected by the filter.
- Parameters:
input
- the cell
- Returns:
true
if the cell should be rejected by the filter,
false
otherwise
select
public boolean select(Object input)
- Specified by:
select
in interface org.eclipse.jface.viewers.IFilter
- See Also:
IFilter.select(Object)
Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d