Package ca.odell.glazedlists

Interface Summary
CollectionList.Model<E,S> Provides the logic to map a parent record (e.g., a records album) to its children (e.g., the songs on the record).
EventList<E> An observable List.
FunctionList.AdvancedFunction<A,B> An AdvancedFunction is an extension of the simple Function interface which provides more hooks in the lifecycle of the transformation of a source element.
FunctionList.Function<A,B> A Function encapsulates the logic for transforming a list element into any kind of Object.
ListSelection.Listener A generic interface to respond to changes in selection that doesn't require including a particular GUI toolkit.
ObservableElementList.Connector<E> An interface defining the methods required for registering and unregistering change listeners on list elements within an ObservableElementList.
TextFilterable An item that can be compared to a list of filters to see if it matches.
TextFilterator<E> An utility class that can get a list of Strings for a given object for testing whether a filter matches.
ThresholdList.Evaluator<E> Provide an integer value for a given Object in a ThresholdList.
 

Class Summary
AbstractEventList<E> A convenience class that implements common functionality for all EventLists.
BasicEventList<E> An EventList that wraps any simple List, such as ArrayList or LinkedList.
CollectionList<S,E> A list that acts like a tree in that it contains child elements to nodes contained in another list.
CompositeList<E> An EventList composed of multiple source EventLists.
FilterList<E> An EventList that shows a subset of the elements of a source EventList.
FreezableList<E> An EventList that shows the current contents of its source EventList.
FunctionList<S,E> This List is meant to simplify the task of transforming each element of a source list to an element stored at the same index in this FunctionList.
GlazedLists A factory for creating all sorts of objects to be used with Glazed Lists.
GroupingList<E> A grouping list contains elements which are themselves Lists.
ListSelection<E> An EventList to provide index-based selection features.
ObservableElementList<E> A list that fires update events whenever elements are modified in place.
PopularityList<E> An EventList that shows the unique elements from its source EventList ordered by the frequency of their appearance.
RangeList<E> This EventList shows values from a continuous range of indices from a source EventList.
SortedList<E> An EventList that shows its source EventList in sorted order.
ThresholdList<E> An EventList that shows a range of the elements of the source EventList.
TransformedList<S,E> A convenience class for EventLists that decorate another EventList.
UniqueList<E> An EventList that shows the unique elements from its source EventList.
 



Glazed Lists 1.5.0, Copyright © 2003-2005 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2005-12-21 23:25