Frames | No Frames |
Constructors with parameter type ca.odell.glazedlists.EventList | |
Create a CompositeMatcherEditor that creates Matchers from the union
of the specified EventList of MatcherEditor s. |
Methods with return type ca.odell.glazedlists.EventList | |
EventList<E> |
Methods with parameter type ca.odell.glazedlists.EventList | |
boolean | Returns true iff list is an EventList that fires
all of its update events from the Swing event dispatch thread. |
Classes implementing ca.odell.glazedlists.EventList | |
class | |
class | An EventList that is persisted to disk. |
class | An EventList that is either published to the network or subscribed from
the network. |
Constructors with parameter type ca.odell.glazedlists.EventList | |
Creates a CachingList that caches elements from the specified source
EventList . |
Methods with parameter type ca.odell.glazedlists.EventList | |
NetworkList | Publish the specified EventList with the specified name. |
Methods with parameter type ca.odell.glazedlists.EventList | |
void | GraphDependenciesListEventPublisher.addDependency(EventList<E> dependency, ListEventListener<E> listener) Requires that the specified EventList be updated before the
specified ListEventListener which depends on it. |
void | Requires that the specified EventList be updated before the
specified ListEventListener which depends on it. |
void | GraphDependenciesListEventPublisher.removeDependency(EventList<E> dependency, ListEventListener<E> listener) Removes the specified EventList as a dependency for the specified
ListEventListener . |
void | Removes the specified EventList as a dependency for the specified
ListEventListener . |
Classes implementing ca.odell.glazedlists.EventList | |
class | A convenience class that implements common functionality for all EventList s. |
class | |
class | A list that acts like a tree in that it contains child elements to nodes contained in
another list. |
class | |
class | DebugList is meant to be used as a drop-in replacement for
BasicEventList at the root of pipelines of EventList s during
development. |
class | |
class | |
class | 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 | A grouping list contains elements which are themselves Lists. |
class | A list that fires update events whenever elements are modified in place. |
class | |
class | |
class | A list that adds separator objects before each group of elements. |
class | A SequenceList contains values in adjacent indices which occur at predictable
intervals from each other. |
class | |
class | |
class | |
class |
Methods with return type ca.odell.glazedlists.EventList | |
EventList<E> | Gets an EventList that contains only deselected values and
modifies the selection state on mutation. |