it.amattioli.dominate.memory
Class AbstractCollectionFilter

Show UML class diagram
java.lang.Object
  extended by it.amattioli.dominate.memory.AbstractCollectionFilter
All Implemented Interfaces:
Filter, CollectionFilter, PropertyChangeEmitter

Deprecated.

@Deprecated
public abstract class AbstractCollectionFilter
extends Object
implements CollectionFilter


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

AbstractCollectionFilter

public AbstractCollectionFilter()
Deprecated. 
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)
Deprecated. 
Specified by:
addPropertyChangeListener in interface PropertyChangeEmitter

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)
Deprecated. 
Specified by:
removePropertyChangeListener in interface PropertyChangeEmitter

firePropertyChange

public void firePropertyChange(String propertyName,
                               Object oldValue,
                               Object newValue)
Deprecated. 

getFirst

public int getFirst()
Deprecated. 
Description copied from interface: Filter
Retrieves the index of the first object that will be retrieved when using this filter.

Specified by:
getFirst in interface Filter
Returns:
the index of the first object that will be retrieved when using this filter

setFirst

public void setFirst(int first)
Deprecated. 
Description copied from interface: Filter
Set the index of the first object that will be retrieved when using this filter.

Specified by:
setFirst in interface Filter
Parameters:
first - the index of the first object that will be retrieved when using this filter

getLast

public int getLast()
Deprecated. 
Description copied from interface: Filter
Retrieves the index of the last object that will be retrieved when using this filter. This method will retrieve the same number that has been set using Filter.setLast(int).

Specified by:
getLast in interface Filter
Returns:
the index of the last object that will be retrieved when using this filter

setLast

public void setLast(int last)
Deprecated. 
Description copied from interface: Filter
Set the index of the last object that will be retrieved when using this filter. If the repository contains less objects than the indicated index, all the objects will be retrieved.

Specified by:
setLast in interface Filter
Parameters:
last - the index of the last object that will be retrieved when using this filter

doFilter

public void doFilter()
Deprecated. 
Specified by:
doFilter in interface Filter


Copyright © 2011. All Rights Reserved.