FilteredList/SortedList
Richard Bair
richard.bair at oracle.com
Fri Jan 18 10:25:23 PST 2013
> Glazed Lists: http://www.glazedlists.com/propaganda/features
>
> Their EventList is just a List, and and claims API compatibility with ArrayList. Is this just fudged or do they have another solution to the API incompatibilities that you've encountered? If it is just fudged (and isn't really compatible), then that really bolsters the argument that the incompatibilities are "technical" and not really "practical" as GlazedLists has been used pretty widely in the Swing world?
Answer:
Warning: EventLists may break the contract required by List. For example, when you add() on a SortedList, it will ignore the specified index so that the element will be inserted in sorted order.
http://publicobject.com/glazedlists/glazedlists-1.8.0/api/ca/odell/glazedlists/EventList.html
Richard
More information about the openjfx-dev
mailing list