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.getOldValue()
this is a developer preview API that is not yet fit for human consumption.
ca.odell.glazedlists.event.ListEvent.getNewValue()
this is a developer preview API that is not yet fit for human consumption.
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.ListEventAssembler.elementUpdated(int,E)
replaced with elementUpdated(int, Object, Object).
ca.odell.glazedlists.event.ListEventAssembler.addChange(int,int,int)
replaced with elementInserted(int,E), elementUpdated and elementDeleted(int,E).
ca.odell.glazedlists.event.ListEventAssembler.addChange(int,int)
replaced with elementInserted(int,E), elementUpdated and elementDeleted(int,E).
ca.odell.glazedlists.event.ListEventAssembler.addInsert(int)
replaced with elementInserted(int,E).
ca.odell.glazedlists.event.ListEventAssembler.addDelete(int)
replaced with elementDeleted(int,E).
ca.odell.glazedlists.event.ListEventAssembler.addUpdate(int)
replaced with elementUpdated.
ca.odell.glazedlists.event.ListEventAssembler.addInsert(int,int)
replaced with elementInserted(int,E).
ca.odell.glazedlists.event.ListEventAssembler.addDelete(int,int)
replaced with elementDeleted(int,E).
ca.odell.glazedlists.event.ListEventAssembler.addUpdate(int,int)
replaced with elementUpdated.
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.
ca.odell.glazedlists.swing.TableComparatorChooser.TableComparatorChooser(JTable,SortedList,boolean)
replaced with TableComparatorChooser, which is functionally identical but uses a more fitting name to convey the action that is performed and fixes an API flaw by explicitly requiring the TableFormat.
ca.odell.glazedlists.swing.TableComparatorChooser.TableComparatorChooser(JTable,SortedList,Object)
9/25/06 replaced with TableComparatorChooser, which is functionally identical but uses a more fitting name to convey the action that is performed and fixes an API flaw by explicitly requiring the TableFormat.

Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2009-07-14 22:05