-
Classes Class Description ca.odell.glazedlists.swing.EventComboBoxModel UseDefaultEventComboBoxModelinstead. This class will be removed in the GL 2.0 release. The wrapping of the source list with an EDT safe list has been determined to be undesirable (it is better for the user to provide their own EDT safe list).ca.odell.glazedlists.swing.EventListModel UseDefaultEventListModelinstead. This class will be removed in the GL 2.0 release. The wrapping of the source list with an EDT safe list has been determined to be undesirable (it is better for the user to provide their own EDT safe list).ca.odell.glazedlists.swing.EventSelectionModel UseDefaultEventSelectionModelinstead. This class will be removed in the GL 2.0 release. The wrapping of the source list with an EDT safe list has been determined to be undesirable (it is better for the user to provide their own EDT safe list).ca.odell.glazedlists.swing.EventTableModel UseDefaultEventTableModelinstead. This class will be removed in the GL 2.0 release. The wrapping of the source list with an EDT safe list has been determined to be undesirable (it is better for the user to provide their own EDT safe list).
-
Constructors Constructor Description ca.odell.glazedlists.BasicEventList(List<E>) As of 2005/03/06, this constructor has been declared unsafe because the source list is exposed. This allows it to be modified without the required events being fired. This constructor has been replaced by the factory methodGlazedLists.eventList(Collection).ca.odell.glazedlists.CompositeList(ReadWriteLock) replaced byCompositeList(ListEventPublisher, ReadWriteLock), because prebuilt member lists should share lock and publisher with the CompositeList.ca.odell.glazedlists.swing.EventTableModel(EventList<E>, TableFormat<? super E>) ca.odell.glazedlists.swing.TableComparatorChooser(JTable, SortedList<E>, boolean) replaced withTableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList<E>, java.lang.Object), which is functionally identical but uses a more fitting name to convey the action that is performed and fixes an API flaw by explicitly requiring the TableFormat.