Class and Description |
---|
ca.odell.glazedlists.swing.EventComboBoxModel
Use
DefaultEventComboBoxModel instead. 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
Use
DefaultEventListModel instead. 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
Use
DefaultEventSelectionModel instead. 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
Use
DefaultEventTableModel instead. 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). |
Constructor and 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 method
GlazedLists.eventList(Collection) . |
ca.odell.glazedlists.CompositeList(ReadWriteLock)
replaced by
CompositeList.CompositeList(ListEventPublisher, ReadWriteLock) , because
prebuilt member lists should share lock and publisher with the
CompositeList. |
ca.odell.glazedlists.swing.EventTableModel(EventList<E>, String[], String[], boolean[])
Use
GlazedListsSwing#createEventTableModel(EventList, String[], String[], boolean[])
and GlazedListsSwing.swingThreadProxyList(EventList) instead |
ca.odell.glazedlists.swing.EventTableModel(EventList<E>, TableFormat<? super E>) |
ca.odell.glazedlists.swing.TableComparatorChooser(JTable, SortedList<E>, boolean)
replaced with
TableComparatorChooser.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. |
ca.odell.glazedlists.swing.TableComparatorChooser(JTable, SortedList<E>, Object)
9/25/06 replaced with
TableComparatorChooser.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. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2016-05-16 17:00