|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.amattioli.dominate.memory.AbstractCollectionFilter
@Deprecated public abstract class AbstractCollectionFilter
| Constructor Summary | |
|---|---|
AbstractCollectionFilter()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Deprecated. |
void |
doFilter()
Deprecated. |
void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Deprecated. |
int |
getFirst()
Deprecated. Retrieves the index of the first object that will be retrieved when using this filter. |
int |
getLast()
Deprecated. Retrieves the index of the last object that will be retrieved when using this filter. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Deprecated. |
void |
setFirst(int first)
Deprecated. Set the index of the first object that will be retrieved when using this filter. |
void |
setLast(int last)
Deprecated. Set the index of the last object that will be retrieved when using this filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface it.amattioli.dominate.memory.CollectionFilter |
|---|
getCollectionPredicate |
| Constructor Detail |
|---|
public AbstractCollectionFilter()
| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface PropertyChangeEmitterpublic void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface PropertyChangeEmitter
public void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
public int getFirst()
Filter
getFirst in interface Filterpublic void setFirst(int first)
Filter
setFirst in interface Filterfirst - the index of the first object that will be retrieved when
using this filterpublic int getLast()
FilterFilter.setLast(int).
getLast in interface Filterpublic void setLast(int last)
Filter
setLast in interface Filterlast - the index of the last object that will be retrieved when
using this filterpublic void doFilter()
doFilter in interface Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||