| 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.
|
| 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> |
|
| EventComboBoxModel<E> |
Deprecated.
|
| EventListModel<E> |
Deprecated.
|
| EventSelectionModel<E> |
Deprecated.
|
| EventTableColumnModel<T extends javax.swing.table.TableColumn> |
|
| EventTableModel<E> |
Deprecated.
|
| GlazedListsSwing |
A factory for creating all sorts of objects to be used with Glazed Lists.
|
| 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.
|
| UndoSupport<E> |
This class adapts the generic UndoRedoSupport provided by Glazed
Lists for specific use with Swing's native UndoManager.
|