Uses of Package
ca.odell.glazedlists

Packages that use ca.odell.glazedlists
ca.odell.glazedlists   
ca.odell.glazedlists.calculation   
ca.odell.glazedlists.event   
ca.odell.glazedlists.gui   
ca.odell.glazedlists.hibernate   
ca.odell.glazedlists.io   
ca.odell.glazedlists.jfreechart   
ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations of MatcherEditor/Matchers for use with FilterLists
ca.odell.glazedlists.nachocalendar   
ca.odell.glazedlists.swing   
ca.odell.glazedlists.swt   
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists
AbstractEventList
          A convenience class that implements common functionality for all EventLists.
CollectionList
          A list that acts like a tree in that it contains child elements to nodes contained in another list.
CollectionList.Model
          Provides the logic to map a parent object (e.g. an album) to its children (e.g. the songs on the album).
DebugList
          DebugList is meant to be used as a drop-in replacement for BasicEventList at the root of pipelines of EventLists during development.
DisposableMap
          A special kind of Map backed by an EventList that is expected to live longer than this Map.
EventList
          An observable List.
Filterator
          An interface for extracting a list of values to be considered by a Matcher when matching a particular element of a list.
FunctionList.Function
          A Function encapsulates the logic for transforming a list element into any kind of Object.
GroupingList
          A grouping list contains elements which are themselves Lists.
ListSelection.Listener
          A generic interface to respond to changes in selection that doesn't require including a particular GUI toolkit.
ObservableElementList
          A list that fires update events whenever elements are modified in place.
ObservableElementList.Connector
          An interface defining the methods required for registering and unregistering change listeners on list elements within an ObservableElementList.
PopularityList
          An EventList that shows the unique elements from its source EventList ordered by the frequency of their appearance.
RangeList
          This EventList shows values from a continuous range of indices from a source EventList.
SequenceList.Sequencer
          A Sequencer defines the logic required to calculate the previous and next sequence values given any value.
SortedList
          An EventList that shows its source EventList in sorted order.
TextFilterator
          An interface through which a list of Strings for a given object can be extracted for testing whether a filter matches.
ThresholdList.Evaluator
          Provide an integer value for a given Object in a ThresholdList.
TransformedList
          A convenience class for EventLists that decorate another EventList.
TreeList.ExpansionModel
          Provide the expand/collapse state of nodes.
TreeList.Format
          Define the tree structure of an node by expressing the path from the element itself to the tree's root.
TreeList.Node
          A node in the display tree.
UndoRedoSupport
          UndoRedoSupport, as the name suggests, will provide generic support for undoing and redoing groups of changes to an EventList.
UndoRedoSupport.Edit
          Provides an easy interface to undo/redo a ListEvent in its entirety.
UndoRedoSupport.Listener
          Implementations of this Listener interface should be registered with an UndoRedoSupport object via UndoRedoSupport.addUndoSupportListener(ca.odell.glazedlists.UndoRedoSupport.Listener).
UniqueList
          An EventList that shows the unique elements from its source EventList.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.calculation
EventList
          An observable List.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.event
EventList
          An observable List.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.gui
SortedList
          An EventList that shows its source EventList in sorted order.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.hibernate
EventList
          An observable List.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.io
AbstractEventList
          A convenience class that implements common functionality for all EventLists.
EventList
          An observable List.
TransformedList
          A convenience class for EventLists that decorate another EventList.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.jfreechart
EventList
          An observable List.
FunctionList.Function
          A Function encapsulates the logic for transforming a list element into any kind of Object.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.matchers
EventList
          An observable List.
Filterator
          An interface for extracting a list of values to be considered by a Matcher when matching a particular element of a list.
FilterList
          An EventList that shows a subset of the elements of a source EventList.
FunctionList.Function
          A Function encapsulates the logic for transforming a list element into any kind of Object.
TextFilterator
          An interface through which a list of Strings for a given object can be extracted for testing whether a filter matches.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.nachocalendar
Filterator
          An interface for extracting a list of values to be considered by a Matcher when matching a particular element of a list.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.swing
EventList
          An observable List.
FunctionList.Function
          A Function encapsulates the logic for transforming a list element into any kind of Object.
SortedList
          An EventList that shows its source EventList in sorted order.
TextFilterator
          An interface through which a list of Strings for a given object can be extracted for testing whether a filter matches.
ThresholdList
          An EventList that shows a range of the elements of the source EventList.
TransformedList
          A convenience class for EventLists that decorate another EventList.
TreeList
          A hierarchial EventList that infers its structure from a flat list.
UndoRedoSupport.Edit
          Provides an easy interface to undo/redo a ListEvent in its entirety.
 

Classes in ca.odell.glazedlists used by ca.odell.glazedlists.swt
EventList
          An observable List.
TextFilterator
          An interface through which a list of Strings for a given object can be extracted for testing whether a filter matches.
ThresholdList
          An EventList that shows a range of the elements of the source EventList.
TransformedList
          A convenience class for EventLists that decorate another EventList.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58