public class FilterPipeline.IdentityFilter extends Filter
adapter, fromPrevious, pipeline| Constructor and Description |
|---|
FilterPipeline.IdentityFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
filter()
Performs the filter operation defined by this filter.
|
int |
getSize()
Returns the number of records that remain in this filter's output ("view")
after the input records have been filtered.
|
protected void |
init()
Provides filter-specific initialization.
|
protected int |
mapTowardModel(int row)
PRE: 0 <= row <
getSize(); |
protected int |
mapTowardView(int row)
PRE: 0 <= row <
getInputSize(); |
void |
refresh()
PENDING JW: fires always, even without sorter ..
|
protected void |
reset()
Resets the internal row mappings from this filter to the previous filter.
|
assign, convertRowIndexToModel, convertRowIndexToView, fireFilterChanged, getColumnIndex, getColumnName, getInputSize, getInputString, getInputValue, getMappingFilter, getPipeline, getStringAt, getValueAt, isCellEditable, refresh, setColumnIndex, setValueAtpublic void refresh()
protected void init()
FilterFilter
constructor.protected void reset()
Filterprotected void filter()
Filterpublic int getSize()
Filterprotected int mapTowardModel(int row)
FiltergetSize();mapTowardModel in class Filterprotected int mapTowardView(int row)
FiltergetInputSize();mapTowardView in class Filter