| Modifier and Type | Class and Description |
|---|---|
class |
CollectionList<S,E>
A list that acts like a tree in that it contains child elements to nodes
contained in another list.
|
class |
CompositeList<E>
|
class |
FilterList<E>
|
class |
FreezableList<E>
|
class |
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.
|
class |
GroupingList<E>
A grouping list contains elements which are themselves Lists.
|
class |
ListSelection<E>
A class to provide index-based selection features.
|
class |
LockbasedSyncListener<E>
This
ListEventListener updates another EventList so that its contents match those of a source
EventList. |
class |
ObservableElementList<E>
A list that fires update events whenever elements are modified in place.
|
class |
PluggableList<E>
An
EventList which delegates all List methods to a given source
EventList that may be replaced at runtime using
PluggableList.setSource(EventList). |
class |
PopularityList<E>
|
class |
RangeList<E>
|
class |
SeparatorList<E>
A list that adds separator objects before each group of elements.
|
class |
SequenceList<E>
A SequenceList contains values in adjacent indices which occur at predictable
intervals from each other.
|
class |
SortedList<E>
|
class |
SyncListener<E>
This
ListEventListener updates a plain old List so that
its contents match those of a source EventList. |
class |
ThresholdList<E>
|
class |
TransactionList<E>
A list transformation that presents traditional transaction semantics.
|
class |
TransformedList<S,E>
|
class |
TreeList<E>
A hierarchial EventList that infers its structure from a flat list.
|
class |
UniqueList<E>
|
| Modifier and Type | Method and Description |
|---|---|
static <E> ListEventListener<E> |
GlazedLists.typeSafetyListener(EventList<E> source,
java.util.Set<java.lang.Class> types)
Check list elements for type safety after they are added to an EventList
using a
ListEventListener. |
static <E> ListEventListener<E> |
GlazedLists.weakReferenceProxy(EventList<E> source,
ListEventListener<E> target)
Provides a proxy to another ListEventListener that may go out of scope
without explicitly removing itself from the source list's set of
listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventList.addListEventListener(ListEventListener<? super E> listChangeListener)
Registers the specified listener to receive change updates for this list.
|
void |
EventList.addListEventListener(ListEventListener<? super E> listChangeListener)
Registers the specified listener to receive change updates for this list.
|
void |
TransactionEventAssembler.addListEventListener(ListEventListener<? super E> listChangeListener) |
void |
AbstractEventList.removeListEventListener(ListEventListener<? super E> listChangeListener)
Removes the specified listener from receiving change updates for this list.
|
void |
EventList.removeListEventListener(ListEventListener<? super E> listChangeListener)
Removes the specified listener from receiving change updates for this list.
|
void |
TransactionEventAssembler.removeListEventListener(ListEventListener<? super E> listChangeListener) |
static <E> ListEventListener<E> |
GlazedLists.weakReferenceProxy(EventList<E> source,
ListEventListener<E> target)
Provides a proxy to another ListEventListener that may go out of scope
without explicitly removing itself from the source list's set of
listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventListCalculation<N,E>
The transition between an EventList and a single calculated value based on
information from each element of the EventList happens in subclasses of this
class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ListEventListener<E>> |
ListEventAssembler.getListEventListeners()
Get all
ListEventListeners observing the EventList. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventPublisher.addDependency(EventList dependency,
ListEventListener listener)
Deprecated.
replaced with
ListEventPublisher.setRelatedSubject(java.lang.Object, java.lang.Object), which has different
semantics and takes different arguments, but accomplishes the same goal |
void |
ListEventAssembler.addListEventListener(ListEventListener<? super E> listChangeListener)
Registers the specified listener to be notified whenever new changes
are appended to this list change sequence.
|
void |
ListEventPublisher.removeDependency(EventList dependency,
ListEventListener listener)
Deprecated.
replaced with
ListEventPublisher.clearRelatedSubject(java.lang.Object), which has different
semantics and takes different arguments, but accomplishes the same goal |
void |
ListEventAssembler.removeListEventListener(ListEventListener<? super E> listChangeListener)
Removes the specified listener from receiving notification when new
changes are appended to this list change sequence.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentEventList
A Hibernate persistent wrapper for an
EventList. |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentEventList.addListEventListener(ListEventListener listChangeListener)
Registers the specified listener to receive change updates for this list.
|
void |
PersistentEventList.removeListEventListener(ListEventListener listChangeListener)
Removes the specified listener from receiving change updates for this list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ca.odell.glazedlists.impl.gui.ThreadProxyEventList<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingList
|
class |
FileList
Deprecated.
The io extension and its types are deprecated.
This extension becomes unsupported and will be removed
from the official distribution with the next major release.
|
class |
NetworkList<E>
Deprecated.
The io extension and its types are deprecated.
This extension becomes unsupported and will be removed
from the official distribution with the next major release.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventObservableList<E>
This list serves as an adapter to allow GlazedList's
EventLists to be used as the backing
implementations for JavaFX ObservableLists. |
class |
JavaFxThreadProxyEventList<E>
Proxies events from all threads to the JavaFx application thread.
|
| Modifier and Type | Class and Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
CalculationCategoryDataset
An implementation of a CategoryDataset that is backed by a List<Calculation>
where each Calculation reports a numeric value.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
EventListCategoryDataset<R extends java.lang.Comparable,C extends java.lang.Comparable>
This class helps adapt an EventList to the CategoryDataset
interface which is the necessary model for JFreeChart views such as
Bar Charts
Stacked Bar Charts
Area Charts
Stacked Area Charts
Line Charts
Waterfall Charts
| ||||||||||||||||||||||||||||||||||||||||||||||||||||