Deprecated API

Contents

Deprecated Methods

ca.odell.glazedlists.swing.EventSelectionModel.getEventList()
As of 2005/02/18, the naming of this method became ambiguous.
ca.odell.glazedlists.swing.EventSelectionModel.getListSelectionModel()
As of 2004/11/26, the EventSelectionModel implements ListSelectionModel directly.
ca.odell.glazedlists.GlazedLists.Matcher beanPropertyMatcher(Class,String,Object)
as of 3/3/2006 - this method has been replaced by Matchers.
ca.odell.glazedlists.event.ListEvent.getBlocksRemaining()
this method depends on a particular implementation of how list events are stored internally, and this implementation has since changed.
ca.odell.glazedlists.event.ListEventPublisher.addDependency(EventList,ListEventListener)
replaced with setRelatedSubject(Object,Object), which has different semantics and takes different arguments, but accomplishes the same goal
ca.odell.glazedlists.event.ListEventPublisher.removeDependency(EventList,ListEventListener)
replaced with clearRelatedSubject(Object), which has different semantics and takes different arguments, but accomplishes the same goal
ca.odell.glazedlists.RangeList.setRange(int,int)
2/15/2006 use setHeadRange(int,int) instead.
ca.odell.glazedlists.SortedList.indexOfSimulated(Object)
Deprecated as of 12/11/2005.

Deprecated Constructors

ca.odell.glazedlists.BasicEventList.BasicEventList(List)
As of 2005/03/06, this constructor has been declared unsafe because the source list is exposed.
ca.odell.glazedlists.CompositeList.CompositeList(ReadWriteLock)
replaced by CompositeList(ListEventPublisher,ReadWriteLock), because prebuilt member lists should share lock and publisher with the CompositeList.

Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49