All Classes Interface Summary Class Summary
Class |
Description |
AbstractEventList<E> |
A convenience class that implements common functionality for all EventList s.
|
AbstractMatcherEditor<E> |
|
AbstractMatcherEditorListenerSupport<E> |
|
AbstractTableComparatorChooser<E> |
A TableComparatorChooser is a tool that allows the user to sort a table
widget by clicking on the table's headers.
|
AdvancedListSelectionModel<E> |
AdvancedListSelectionModel is an interface defining additional methods
for selection management beyond the standard ListSelectionModel .
|
AdvancedTableFormat<E> |
Allows the ability to specify column class information in addition to the standard
TableFormat information.
|
AdvancedTableModel<E> |
AdvancedTableModel is the extended interface intended to be implemented by
Glazed Lists table models.
|
AutoCompleteSupport<E> |
|
AutoCompleteSupport.AutoCompleteCellEditor<E> |
This extension of DefaultCellEditor exists solely to provide a handle to
the AutoCompleteSupport object that is providing autocompletion
capabilities to the JComboBox.
|
BasicEventList<E> |
An EventList that wraps any simple List , such as ArrayList
or LinkedList .
|
ByteCoder |
An utility interface for converting Objects to bytes for storage or network
transport.
|
CachingList |
|
CheckableTableFormat<E> |
Specifies how to check table elements.
|
CollectionList<S,E> |
A list that acts like a tree in that it contains child elements to nodes
contained in another list.
|
CollectionList.Model<E,S> |
Provides the logic to map a parent object (e.g.
|
CompositeList<E> |
|
CompositeMatcherEditor<E> |
|
DebugList<E> |
DebugList is meant to be used as a drop-in replacement for
BasicEventList at the root of pipelines of EventList s during
development.
|
DefaultEventComboBoxModel<E> |
A combo box model for displaying Glazed Lists in a combo box.
|
DefaultEventListModel<E> |
A DefaultEventListModel adapts an EventList to the ListModel interface making it
appropriate for use with a JList .
|
DefaultEventSelectionModel<E> |
|
DefaultEventTableModel<E> |
|
DisposableMap<K,V> |
A special kind of Map backed by an EventList that is expected to live longer
than this Map.
|
EventComboBoxModel<E> |
Deprecated.
|
EventList<E> |
An observable List .
|
EventListModel<E> |
Deprecated.
|
EventSelectionModel<E> |
Deprecated.
|
EventTableColumnModel<T extends javax.swing.table.TableColumn> |
|
EventTableModel<E> |
Deprecated.
|
FileList |
|
Filterator<C,E> |
An interface for extracting a list of values to be considered by a Matcher
when matching a particular element of a list.
|
FilterList<E> |
|
FreezableList<E> |
|
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.
|
FunctionList.AdvancedFunction<A,B> |
An AdvancedFunction is an extension of the simple Function interface
which provides more hooks in the lifecycle of the transformation of a
source element.
|
FunctionList.Function<A,B> |
A Function encapsulates the logic for transforming a list element into
any kind of Object.
|
GlazedLists |
A factory for creating all sorts of objects to be used with Glazed Lists.
|
GlazedListsIO |
A factory for creating all sorts of objects to be used with Glazed Lists.
|
GlazedListsSwing |
A factory for creating all sorts of objects to be used with Glazed Lists.
|
GroupingList<E> |
A grouping list contains elements which are themselves Lists.
|
J2SE14ReadWriteLock |
|
J2SE14ReadWriteLock.ReadLock |
|
J2SE14ReadWriteLock.WriteLock |
|
ListEvent<E> |
A ListEvent models a sequence of changes to an EventList .
|
ListEventAssembler<E> |
Models a continuous stream of changes on a list.
|
ListEventListener<E> |
Listens and responds to changes in a dynamic list of objects.
|
ListEventPublisher |
Define a strategy for managing dependencies in the observer pattern.
|
ListPeer |
|
ListSelection<E> |
A class to provide index-based selection features.
|
ListSelection.Listener |
A generic interface to respond to changes in selection that doesn't
require including a particular GUI toolkit.
|
Lock |
A lock is a tool for controlling access to a shared resource by multiple threads.
|
LockFactory |
This factory provides an implementation of Lock that is optimized
for the current Java Virtual Machine.
|
Matcher<E> |
Determines which values should be filtered.
|
MatcherEditor<E> |
|
MatcherEditor.Event<E> |
|
MatcherEditor.Listener<E> |
A MatcherEditor.Listener handles changes fired by a MatcherEditor .
|
Matchers |
A factory for creating Matchers.
|
MutableTableModelEvent |
A frequently changing table or a table that changes in several
places simultaneously will cause several TableModelEvents to
be created.
|
NetworkList<E> |
An EventList that is either published to the network or subscribed from
the network.
|
NetworkListStatusListener |
|
ObservableElementList<E> |
A list that fires update events whenever elements are modified in place.
|
ObservableElementList.Connector<E> |
An interface defining the methods required for registering and
unregistering change listeners on list elements within an
ObservableElementList .
|
PluggableList<E> |
|
PopularityList<E> |
An EventList that shows the unique elements from its source
EventList ordered by the frequency of their appearance.
|
RangeList<E> |
|
RangeMatcherEditor<D extends java.lang.Comparable,E> |
A MatcherEditor that produces Matchers which match Objects if they lie
within a range of Comparable s.
|
ReadWriteLock |
A ReadWriteLock maintains a pair of associated locks, one for read-only operations
and one for writing.
|
SearchEngineTextFieldMatcherEditor<E> |
A MatcherEditor that matches Objects that contain the filter text located
within a JTextField .
|
SearchEngineTextMatcherEditor<E> |
A MatcherEditor that matches Objects against search text in a format similiar
to search engines.
|
SearchEngineTextMatcherEditor.Field<E> |
A Field object contains information specific to a given field found
within the Objects being text matched.
|
SeparatorList<E> |
A list that adds separator objects before each group of elements.
|
SeparatorList.Separator<E> |
A separator heading the elements of a group.
|
SequenceList<E> |
A SequenceList contains values in adjacent indices which occur at predictable
intervals from each other.
|
SequenceList.Sequencer<E> |
A Sequencer defines the logic required to calculate the previous and
next sequence values given any value.
|
Sequencers |
A factory for creating Sequencers.
|
SortableRenderer |
This interface is intended to be implemented by custom TableCellRenderers
installed on the JTableHeader of a sortable JTable.
|
SortedList<E> |
|
TableComparatorChooser<E> |
A TableComparatorChooser is a tool that allows the user to sort a table by clicking
on the table's headers.
|
TableFormat<E> |
Specifies how a set of records are rendered in a table.
|
TextComponentMatcherEditor<E> |
A MatcherEditor that matches Objects that contain the filter text located
within a Document .
|
TextFilterable |
An item that can be compared to a list of filters to see if it matches.
|
TextFilterator<E> |
An interface through which a list of Strings for a given object
can be extracted for testing whether a filter matches.
|
TextMatcherEditor<E> |
A matcher editor that matches Objects that contain a filter text string.
|
ThreadedMatcherEditor<E> |
A MatcherEditor which decorates a source MatcherEditor with functionality.
|
ThresholdList<E> |
|
ThresholdList.Evaluator<E> |
|
ThresholdMatcherEditor<E,T> |
A MatcherEditor that filters elements based on whether they are
greater than or less than a threshold.
|
TransactionList<E> |
A list transformation that presents traditional transaction semantics.
|
TransformedList<S,E> |
|
UndoRedoSupport<E> |
UndoRedoSupport, as the name suggests, will provide generic support for
undoing and redoing groups of changes to an EventList .
|
UndoRedoSupport.Edit |
Provides an easy interface to undo/redo a ListEvent in its entirety.
|
UndoRedoSupport.Listener |
|
UndoSupport<E> |
This class adapts the generic UndoRedoSupport provided by Glazed
Lists for specific use with Swing's native UndoManager .
|
UniqueList<E> |
|
WritableTableFormat<E> |
Specifies how to edit the elements of table.
|