Deprecated Methods |
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.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.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.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. |