Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.io | |
ca.odell.glazedlists.swing | |
ca.odell.glazedlists.swt |
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 |
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 |
ThresholdList<E>
|
class |
TransactionList<E>
A list transformation that presents traditional transaction semantics.
|
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> TransformedList<E,E> |
GlazedLists.readOnlyList(EventList<? extends E> source)
Wraps the source in an
EventList that does not allow writing operations. |
static <E> TransformedList<E,E> |
GlazedLists.threadSafeList(EventList<? extends E> source)
Wraps the source in an
EventList that obtains a
ReadWritLock for all
operations. |
static <S,E> TransformedList<S,E> |
GlazedLists.transformByFunction(EventList<S> source,
FunctionList.Function<S,E> function)
Returns a
TransformedList that maps each element of the source list to a target
element by use of a specified FunctionList.Function . |
Modifier and Type | Class and Description |
---|---|
class |
CachingList
|
class |
FileList
An
EventList that is persisted to disk. |
class |
NetworkList<E>
An
EventList that is either published to the network or subscribed from
the network. |
Modifier and Type | Field and Description |
---|---|
protected TransformedList |
EventTreeModel.swingThreadSource
the proxy moves events to the Swing Event Dispatch thread
|
protected TransformedList<T,T> |
EventTableColumnModel.swingThreadSource
the proxy moves events to the Swing Event Dispatch thread
|
protected TransformedList<E,E> |
EventSelectionModel.swingThreadSource
Deprecated.
the proxy moves events to the Swing Event Dispatch thread
|
protected TransformedList<E,E> |
EventTableModel.swingThreadSource
Deprecated.
the proxy moves events to the Swing Event Dispatch thread
|
Modifier and Type | Method and Description |
---|---|
protected TransformedList<E,E> |
EventTableModel.createSwingThreadProxyList(EventList<E> source)
Deprecated.
This method exists as a hook for subclasses that may have custom
threading needs within their EventTableModels.
|
static <E> TransformedList<E,E> |
GlazedListsSwing.swingThreadProxyList(EventList<E> source)
Wraps the source in an
EventList that fires all of its update
events from the Swing event dispatch thread. |
Modifier and Type | Method and Description |
---|---|
static <E> TransformedList<E,E> |
GlazedListsSWT.swtThreadProxyList(EventList<E> source,
Display display)
Wraps the source in an
EventList that fires all of its update events
from the SWT user interface thread. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2017-02-10 17:48