Deprecated Methods |
ca.odell.glazedlists.event.ListEventAssembler.addChange(int, int)
replaced with ListEventAssembler.elementInserted(int, E) , ListEventAssembler.elementUpdated(int, E, E)
and ListEventAssembler.elementDeleted(int, E) . |
ca.odell.glazedlists.event.ListEventAssembler.addChange(int, int, int)
replaced with ListEventAssembler.elementInserted(int, E) , ListEventAssembler.elementUpdated(int, E, E)
and ListEventAssembler.elementDeleted(int, E) . |
ca.odell.glazedlists.event.ListEventAssembler.addDelete(int)
replaced with ListEventAssembler.elementDeleted(int, E) . |
ca.odell.glazedlists.event.ListEventAssembler.addDelete(int, int)
replaced with ListEventAssembler.elementDeleted(int, E) . |
ca.odell.glazedlists.event.ListEventPublisher.addDependency(EventList, ListEventListener)
replaced with ListEventPublisher.setRelatedSubject(java.lang.Object, java.lang.Object) , which has different
semantics and takes different arguments, but accomplishes the same goal |
ca.odell.glazedlists.event.ListEventAssembler.addInsert(int)
replaced with ListEventAssembler.elementInserted(int, E) . |
ca.odell.glazedlists.event.ListEventAssembler.addInsert(int, int)
replaced with ListEventAssembler.elementInserted(int, E) . |
ca.odell.glazedlists.event.ListEventAssembler.addUpdate(int)
replaced with ListEventAssembler.elementUpdated(int, E, E) . |
ca.odell.glazedlists.event.ListEventAssembler.addUpdate(int, int)
replaced with ListEventAssembler.elementUpdated(int, E, E) . |
ca.odell.glazedlists.GlazedLists.beanPropertyMatcher(Class, String, Object)
as of 3/3/2006 - this method has been replaced by
Matchers.beanPropertyMatcher(java.lang.Class, java.lang.String, java.lang.Object) . Matchers is now
the permanent factory class which creates all basic Matcher
implementations. |
ca.odell.glazedlists.event.ListEventAssembler.elementUpdated(int, E)
replaced with ListEventAssembler.elementUpdated(int, Object, Object) . |
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.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.event.ListEvent.getNewValue()
this is a developer preview API that is not
yet fit for human consumption. Hopefully the full implementation is
complete for Glazed Lists 2.0. |
ca.odell.glazedlists.event.ListEvent.getOldValue()
this is a developer preview API that is not
yet fit for human consumption. Hopefully the full implementation is
complete for Glazed Lists 2.0. |
ca.odell.glazedlists.SortedList.indexOfSimulated(Object)
Deprecated as of 12/11/2005. Replaced with SortedList.sortIndex(Object)
which has cleaner semantics. |
ca.odell.glazedlists.event.ListEventPublisher.removeDependency(EventList, ListEventListener)
replaced with ListEventPublisher.clearRelatedSubject(java.lang.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 RangeList.setHeadRange(int, int) instead. The
introduction of RangeList.setMiddleRange(int, int) caused us to want a
consistent naming scheme for all set*Range methods. |