Uses of Package
ca.odell.glazedlists
-
Packages that use ca.odell.glazedlists Package Description ca.odell.glazedlists ca.odell.glazedlists.event ca.odell.glazedlists.gui ca.odell.glazedlists.io ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor
/Matchers
for use withFilterLists
.ca.odell.glazedlists.swing -
Classes in ca.odell.glazedlists used by ca.odell.glazedlists Class Description AbstractEventList A convenience class that implements common functionality for allEventList
s.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.DebugList DebugList is meant to be used as a drop-in replacement forBasicEventList
at the root of pipelines ofEventList
s during development.DisposableMap A special kind of Map backed by an EventList that is expected to live longer than this Map.EventList An observableList
.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 anObservableElementList
.PopularityList RangeList SequenceList.Sequencer A Sequencer defines the logic required to calculate the previous and next sequence values given any value.SortedList 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 givenObject
in aThresholdList
.TransformedList UndoRedoSupport UndoRedoSupport, as the name suggests, will provide generic support for undoing and redoing groups of changes to anEventList
.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 viaUndoRedoSupport.addUndoSupportListener(ca.odell.glazedlists.UndoRedoSupport.Listener)
.UniqueList -
Classes in ca.odell.glazedlists used by ca.odell.glazedlists.event Class Description EventList An observableList
. -
Classes in ca.odell.glazedlists used by ca.odell.glazedlists.gui Class Description SortedList -
Classes in ca.odell.glazedlists used by ca.odell.glazedlists.io Class Description AbstractEventList A convenience class that implements common functionality for allEventList
s.EventList An observableList
.TransformedList -
Classes in ca.odell.glazedlists used by ca.odell.glazedlists.matchers Class Description EventList An observableList
.Filterator An interface for extracting a list of values to be considered by a Matcher when matching a particular element of a list.FilterList 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.swing Class Description EventList An observableList
.FunctionList.Function A Function encapsulates the logic for transforming a list element into any kind of Object.SortedList TextFilterator An interface through which a list of Strings for a given object can be extracted for testing whether a filter matches.ThresholdList TransformedList UndoRedoSupport.Edit Provides an easy interface to undo/redo a ListEvent in its entirety.