|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventListFactory | |
---|---|
ca.odell.glazedlists.hibernate |
Uses of EventListFactory in ca.odell.glazedlists.hibernate |
---|
Classes in ca.odell.glazedlists.hibernate that implement EventListFactory | |
---|---|
class |
CategoryEventListFactory
An EventListFactory implementation that uses a list category as key to determine, which ListEventPublisher and ReadWriteLock should be used to create EventLists. |
Fields in ca.odell.glazedlists.hibernate declared as EventListFactory | |
---|---|
static EventListFactory |
EventListFactory.DEFAULT
Default implementation that always creates new EventLists with different ReadWriteLocks and ListEventPublishers. |
Methods in ca.odell.glazedlists.hibernate that return EventListFactory | |
---|---|
EventListFactory |
EventListType.getListFactory()
Gets the used EventListFactory. |
Methods in ca.odell.glazedlists.hibernate with parameters of type EventListFactory | |
---|---|
void |
EventListType.setListFactory(EventListFactory newListFactory)
Sets a new EventListFactory. |
Constructors in ca.odell.glazedlists.hibernate with parameters of type EventListFactory | |
---|---|
PersistentEventList(SessionImplementor session,
EventListFactory listFactory)
Constructor with session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |