Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.event | |
ca.odell.glazedlists.hibernate |
Modifier and Type | Field and Description |
---|---|
protected ListEventPublisher |
AbstractEventList.publisher
the publisher manages the distribution of changes
|
Modifier and Type | Method and Description |
---|---|
ListEventPublisher |
AbstractEventList.getPublisher()
Get the publisher used to distribute
ListEvent s. |
ListEventPublisher |
EventList.getPublisher()
Get the publisher used to distribute
ListEvent s. |
ListEventPublisher |
DebugList.getPublisher()
Get the publisher used to distribute
ListEvent s. |
Modifier and Type | Method and Description |
---|---|
static <E> EventList<E> |
GlazedLists.eventList(ListEventPublisher publisher,
ReadWriteLock lock,
java.util.Collection<? extends E> contents)
Creates a new
EventList with the given ListEventPublisher and
ReadWriteLock which contains the contents of the specified
Collection . |
static <E> EventList<E> |
GlazedLists.eventListOf(ListEventPublisher publisher,
ReadWriteLock lock,
E... contents)
Creates a new
EventList with the given ListEventPublisher and
ReadWriteLock which contains the given elements. |
Constructor and Description |
---|
AbstractEventList(ListEventPublisher publisher)
Creates an
AbstractEventList that sends events using the specified
ListEventPublisher . |
BasicEventList(int initialCapacity,
ListEventPublisher publisher,
ReadWriteLock readWriteLock)
Creates a
BasicEventList using the specified initial capacity,
ListEventPublisher and ReadWriteLock . |
BasicEventList(ListEventPublisher publisher,
ReadWriteLock readWriteLock)
|
CompositeList(ListEventPublisher publisher,
ReadWriteLock lock)
|
PluggableList(ListEventPublisher publisher,
ReadWriteLock lock)
Constructs a PluggableList which uses the given
publisher
and lock . |
Modifier and Type | Method and Description |
---|---|
static ListEventPublisher |
ListEventAssembler.createListEventPublisher()
|
Constructor and Description |
---|
ListEventAssembler(EventList<E> sourceList,
ListEventPublisher publisher)
Creates a new ListEventAssembler that tracks changes for the specified list.
|
Modifier and Type | Method and Description |
---|---|
ListEventPublisher |
PersistentEventList.getPublisher()
Get the publisher used to distribute
ListEvent s. |
Modifier and Type | Method and Description |
---|---|
protected void |
EventListType.useListCategory(java.lang.String category,
ReadWriteLock lock,
ListEventPublisher publisher)
Convenience method to specify the used list category and the associated ReadWriteLock and
ListEventPublisher
|
Constructor and Description |
---|
CategoryEventListFactory(java.lang.String category,
ReadWriteLock lock,
ListEventPublisher publisher)
Constructor with list category, lock and publisher to use.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2019-01-31 22:53