|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.decorator.Filter
org.jdesktop.swingx.decorator.FilterPipeline.IdentityFilter
public static class FilterPipeline.IdentityFilter
| Field Summary |
|---|
| Fields inherited from class org.jdesktop.swingx.decorator.Filter |
|---|
adapter, fromPrevious, pipeline |
| Constructor Summary | |
|---|---|
FilterPipeline.IdentityFilter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jdesktop.swingx.decorator.Filter |
|---|
assign, convertRowIndexToModel, convertRowIndexToView, fireFilterChanged, getColumnIndex, getColumnName, getInputSize, getInputString, getInputValue, getMappingFilter, getPipeline, getStringAt, getValueAt, isCellEditable, refresh, setColumnIndex, setValueAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterPipeline.IdentityFilter()
| Method Detail |
|---|
public void refresh()
refresh in class Filterprotected void init()
FilterFilter
constructor.
init in class Filterprotected void reset()
Filter
reset in class Filterprotected void filter()
Filter
filter in class Filterpublic int getSize()
Filter
getSize in class Filterprotected int mapTowardModel(int row)
FiltergetSize();
mapTowardModel in class Filterprotected int mapTowardView(int row)
FiltergetInputSize();
mapTowardView in class Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||