|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractEventList | |
|---|---|
| ca.odell.glazedlists | |
| ca.odell.glazedlists.io | |
| Uses of AbstractEventList in ca.odell.glazedlists |
|---|
| Subclasses of AbstractEventList in ca.odell.glazedlists | |
|---|---|
class |
BasicEventList<E>
An EventList that wraps any simple List, such as ArrayList
or LinkedList. |
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>
An EventList composed of multiple source EventLists. |
class |
DebugList<E>
DebugList is meant to be used as a drop-in replacement for BasicEventList at the root of pipelines of EventLists during
development. |
class |
FilterList<E>
An EventList that shows a subset of the elements of a source
EventList. |
class |
FreezableList<E>
An EventList that shows the current contents of its source EventList. |
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 |
PopularityList<E>
An EventList that shows the unique elements from its source
EventList ordered by the frequency of their appearance. |
class |
RangeList<E>
This EventList shows values from a continuous range of indices from
a source EventList. |
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>
An EventList that shows its source EventList in sorted order. |
class |
ThresholdList<E>
An EventList that shows a range of the elements of the source
EventList. |
class |
TransactionList<E>
A list transformation that presents traditional transaction semantics. |
class |
TransformedList<S,E>
A convenience class for EventLists that decorate another EventList. |
class |
TreeList<E>
A hierarchial EventList that infers its structure from a flat list. |
class |
UniqueList<E>
An EventList that shows the unique elements from its source
EventList. |
| Uses of AbstractEventList in ca.odell.glazedlists.io |
|---|
| Subclasses of AbstractEventList in ca.odell.glazedlists.io | |
|---|---|
class |
CachingList
An EventList that caches elements from its source EventList. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||