Deprecated API


Contents
Deprecated Classes
ca.odell.glazedlists.migrationkit.AbstractFilterList
          This class uses inheritance when composition is preferrable. By replacing the overriding method AbstractFilterList.filterMatches(Object) with a Matcher or MatcherEditor, logic can be reused. That approach is far more flexible and powerful than the static filtering required by AbstractFilterList. 
ca.odell.glazedlists.migrationkit.swing.TextFilterList
          This class uses inheritance when composition is preferrable. Instead of TextFilterList, use FilterList and TextComponentMatcherEditor. 
 

Deprecated Methods
ca.odell.glazedlists.swing.EventSelectionModel.getEventList()
          As of 2005/02/18, the naming of this method became ambiguous. Please use EventSelectionModel.getSelected(). 
ca.odell.glazedlists.swing.EventSelectionModel.getListSelectionModel()
          As of 2004/11/26, the EventSelectionModel implements ListSelectionModel directly. 
ca.odell.glazedlists.SortedList.indexOfSimulated(Object)
          Deprecated as of 12/11/2005. Replaced with SortedList.sortIndex(Object) which has cleaner semantics. 
 

Deprecated Constructors
ca.odell.glazedlists.BasicEventList(List)
          As of 2005/03/06, this constructor has been declared unsafe because the source list is exposed. This allows it to be modified without the required events being fired. This constructor has been replaced by the factory method GlazedLists.eventList(Collection). 
 



Glazed Lists 1.5.0, Copyright © 2003-2005 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2005-12-21 23:25