Glazed Lists 1.0.0 is a stable milestone release.
This release includes some reorganization of the Glazed Lists API. We have worked hard to balance a clean API with the need for backwards compatibility.
A special package ca.odell.glazedlists.migrationkit
includes classes
that have otherwise been removed from Glazed Lists. This package allows
you to migrate to 1.0.0 gradually. It is our intention to remove these migrationkit
classes in a future release of Glazed Lists.
Please note the following changes when migrating your code from 0.9.x to 1.0.0:
AbstractFilterList | Replaced by functionally equivalent FilterList . (also in migrationkit ) |
swing.TextFilterList | Replaced by functionally equivalent TextComponentMatcherEditor . (also in migrationkit ) |
swt.TextFilterList | Replaced by functionally equivalent TextComponentMatcherEditor . (also in migrationkit ) |
Matcher | Moved to matchers package |
TextMatcherEditor | Moved to matchers package |
ThresholdEvaluator | Renamed to ThresholdList.Evaluator |
ThresholdList.getThresholdEvaluator() | Renamed to ThresholdList.getEvaluator() |
CollectionListModel | Renamed to CollectionList.Model |
AbstractValueMatcherEditor | Removed. |
InternalReadWriteLock | Removed. |
ID | Summary |
---|---|
261 | Sorting should have both 'live' and batch modes |
140 | Potential DoS in Network Glazed Lists |
225 | Multiple column sort is confusing and limited |
249 | SWT VirtualTableHandler throws IndexOutOfBoundsException |
247 | SWT Selection is broken on Mac |
ID | Summary |
---|---|
255 | SortedList cheats too much in indexOf(Object) |
257 | CollectionList doesn't fire some remove events |
Glazed Lists is distributed under your choice of two popular open source licenses, the LGPL and the MPL.
Glazed Lists, Copyright © 2003-2005 publicobject.com, O'Dell Engineering Ltd.