Deprecated API


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

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, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by jessewilson at 2006-05-23 22:33