|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
---|---|
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). |
Deprecated Constructors | |
---|---|
ca.odell.glazedlists.BasicEventList(List 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 Use GlazedListsSwing#createEventTableModel(EventList, String[], String[], boolean[])
and GlazedListsSwing.swingThreadProxyList(EventList) instead |
|
ca.odell.glazedlists.swing.EventTableModel(EventList Use DefaultEventTableModel and
GlazedListsSwing.swingThreadProxyList(EventList) instead |
|
ca.odell.glazedlists.swing.TableComparatorChooser(JTable, SortedList replaced with TableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList , 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 9/25/06 replaced with TableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList , 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |