|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListEventPublisher | |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.event |
Uses of ListEventPublisher in ca.odell.glazedlists |
---|
Fields in ca.odell.glazedlists declared as ListEventPublisher | |
---|---|
protected ListEventPublisher |
AbstractEventList.publisher
the publisher manages the distribution of changes |
Methods in ca.odell.glazedlists that return ListEventPublisher | |
---|---|
ListEventPublisher |
DebugList.getPublisher()
Get the publisher used to distribute ListEvent s. |
ListEventPublisher |
EventList.getPublisher()
Get the publisher used to distribute ListEvent s. |
ListEventPublisher |
AbstractEventList.getPublisher()
Get the publisher used to distribute ListEvent s. |
Methods in ca.odell.glazedlists with parameters of type ListEventPublisher | ||
---|---|---|
static
|
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
|
GlazedLists.eventListOf(ListEventPublisher publisher,
ReadWriteLock lock,
E... contents)
Creates a new EventList with the given ListEventPublisher and
ReadWriteLock which contains the given elements. |
Constructors in ca.odell.glazedlists with parameters of type ListEventPublisher | |
---|---|
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)
Creates a BasicEventList using the specified
ListEventPublisher and ReadWriteLock . |
|
CompositeList(ListEventPublisher publisher,
ReadWriteLock lock)
Create a CompositeList that uses the given publisher and
lock . |
|
PluggableList(ListEventPublisher publisher,
ReadWriteLock lock)
Constructs a PluggableList which uses the given publisher
and lock . |
Uses of ListEventPublisher in ca.odell.glazedlists.event |
---|
Methods in ca.odell.glazedlists.event that return ListEventPublisher | |
---|---|
static ListEventPublisher |
ListEventAssembler.createListEventPublisher()
Create a new ListEventPublisher for an EventList not attached
to any other EventList s. |
Constructors in ca.odell.glazedlists.event with parameters of type ListEventPublisher | |
---|---|
ListEventAssembler(EventList<E> sourceList,
ListEventPublisher publisher)
Creates a new ListEventAssembler that tracks changes for the specified list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |