public class FilterPipeline.IdentityFilter extends Filter
adapter, fromPrevious, pipeline
Constructor | Description |
---|---|
IdentityFilter() |
Modifier and Type | Method | 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, setValueAt
public void refresh()
protected void init()
Filter
Filter
constructor.protected void reset()
Filter
protected void filter()
Filter
public int getSize()
Filter
protected int mapTowardModel(int row)
Filter
getSize();
mapTowardModel
in class Filter
protected int mapTowardView(int row)
Filter
getInputSize();
mapTowardView
in class Filter