Interface | Description |
---|---|
AdvancedListSelectionModel<E> |
AdvancedListSelectionModel is an interface defining additional methods
for selection management beyond the standard ListSelectionModel . |
AdvancedTableModel<E> |
AdvancedTableModel is the extended interface intended to be implemented by
Glazed Lists table models. |
JEventListPanel.Format<E> |
Specify how the JComponents of an Object are layed out in a row.
|
SortableRenderer |
This interface is intended to be implemented by custom TableCellRenderers
installed on the JTableHeader of a sortable JTable.
|
TreeTableNodeDataEditor |
This interface extends the notion of a normal TableCellEditor to one that is
more appropriate for editing the data portion of a
TreeTableCellEditor . |
TreeTableNodeDataRenderer |
This interface extends the notion of a normal TableCellRenderer to one that
is more appropriate for rendering the data portion of a
TreeTableCellRenderer . |
Class | Description |
---|---|
AbstractTreeTableNodeDataEditor |
A convenient editor that eases the implementation of
TreeTableNodeDataRenderer by providing convenient access methods to the data
within the given
TreeNodeData . |
AbstractTreeTableNodeDataRenderer |
A convenient renderer that eases the implementation of
TreeTableNodeDataRenderer by providing convenient access methods to the data
within the given
TreeNodeData . |
AutoCompleteSupport<E> |
This class
AutoCompleteSupport.install(javax.swing.JComboBox, ca.odell.glazedlists.EventList<E>) s support for filtering and autocompletion into
a standard JComboBox . |
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.
|
CalculationsSwing | |
CalculationTableModel | |
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> |
An
DefaultEventSelectionModel is a class that performs two simulaneous
services. |
DefaultEventTableModel<E> |
A
TableModel that holds an EventList . |
EventComboBoxModel<E> | Deprecated
Use
DefaultEventComboBoxModel instead. |
EventListModel<E> | Deprecated
Use
DefaultEventListModel instead. |
EventSelectionModel<E> | Deprecated
Use
DefaultEventSelectionModel instead. |
EventTableColumnModel<T extends javax.swing.table.TableColumn> |
A
TableColumnModel that holds an EventList . |
EventTableModel<E> | Deprecated
Use
DefaultEventTableModel instead. |
EventTreeModel<E> |
Adapt a
TreeList for use in a JTree . |
GlazedListsSwing |
A factory for creating all sorts of objects to be used with Glazed Lists.
|
JEventListPanel<E> |
A panel that shows the contents of an EventList containing JComponents.
|
JEventListPanel.AbstractFormat<E> |
A default implementation of the
JEventListPanel.Format interface. |
MutableTableModelEvent |
A frequently changing table or a table that changes in several
places simultaneously will cause several TableModelEvents to
be created.
|
SearchEngineTextFieldMatcherEditor<E> |
A MatcherEditor that matches Objects that contain the filter text located
within a
JTextField . |
TableComparatorChooser<E> |
A TableComparatorChooser is a tool that allows the user to sort a table by clicking
on the table's headers.
|
TextComponentMatcherEditor<E> |
A MatcherEditor that matches Objects that contain the filter text located
within a
Document . |
TreeNodeData |
Instances of this class should only be constructed by Glazed Lists.
|
TreeTableCellEditor |
This editor removes some of the burden of producing an appropriate looking
component for the hierarchy column of a tree table.
|
TreeTableCellPanel |
This panel exists to relieve the burdens of creating a
TableCellRenderer or
TableCellEditor that is appropriate for use in a
hierarchy column of a tree table. |
TreeTableCellRenderer |
This renderer removes some of the burden of producing an appropriate looking
component for the hierarchy column of a tree table.
|
TreeTableSupport |
This class
TreeTableSupport.install(javax.swing.JTable, ca.odell.glazedlists.TreeList, int) s support for a single hierarchical column within
a standard JTable that is backed by an AdvancedTableModel . |
TreeTableUtilities |
A collection of static utility methods to ease the burdens of implementing
correct TreeTable behaviour in Swing.
|
UndoSupport<E> |
This class adapts the generic
UndoRedoSupport provided by Glazed
Lists for specific use with Swing's native UndoManager . |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2013-08-03 17:35