Glazed Lists 0.9.2 Release Notes

Glazed Lists 0.9.2 is a minor release of Glazed Lists. This release includes subtle API changes, bugfixes and optimizations:

  • TableFormat.isCellEditable() now includes an extra argument: the value in the row to be edited. This allows you to inspect the value to determine if it is editable.
  • TextFilterList now works with any JTextComponent. This is helpful if you use a GUI builder.
  • UniqueList now has a getAll(index) method to get all copies of a particular value.
  • EventSelectionModel allows you to lock the selection so that it is read-only.
  • TextFilterList and other filter lists have a faster get().

    Glazed Lists is now licensed by the LGPL. This will prevent closed-source forks from being created.

    A toolkit for list transformations.

    Download

  • glazedlists-0.9.2.jar - a compiled jar file ready for your application's classpath.
  • glazedlists-0.9.2-source.zip - the 0.9.2 revision of the source tree. You'll find Ant targets for compiling, jaring, JUnit and generating Javadoc.

    Documentation

  • Tutorial
  • Javadoc API
  • FAQ

    Known Issues

    IDDescription
    43Potential deadlock in CachingList

    License

    Glazed Lists 0.9.2 is provided with no warranty under the LGPL license. The license allows you to

  • distribute Glazed Lists free of charge
  • use Glazed Lists in a commercial or closed source application

    It does not allow you to

  • create a fork of Glazed Lists that is closed-source

    Developers

  • Jesse Wilson
  • Kevin Maltby
    Glazed Lists, Copyright © 2003-2004 O'Dell Engineering.