|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
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. |
SortableRenderer | This interface is intended to be implemented by custom TableCellRenderers installed on the JTableHeader of a sortable JTable. |
Class Summary | |
---|---|
AutoCompleteSupport<E> | This class AutoCompleteSupport.install(javax.swing.JComboBox, ca.odell.glazedlists.EventList 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. |
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 TableColumn> | A TableColumnModel that holds an EventList . |
EventTableModel<E> | Deprecated. Use DefaultEventTableModel instead. |
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 . |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |