Deprecated Constructors |
com.levigo.util.swing.glazedlists.TableComparatorChooser(JTable, SortedList, boolean)
replaced with TableComparatorChooser.install(javax.swing.JTable, com.levigo.util.base.glazedlists.SortedList, 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. |
com.levigo.util.swing.glazedlists.TableComparatorChooser(JTable, SortedList, Object)
9/25/06 replaced with TableComparatorChooser.install(javax.swing.JTable, com.levigo.util.base.glazedlists.SortedList, 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. |