GenericBaseTableModel.@Deprecated public interface NiceTableModel extends javax.swing.table.TableModel, LegacyTableModel
| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumnAlignment(int column)
Deprecated. 
 
replaced by  
GenericTableModel.getColumnAlignment(int). | 
java.util.Comparator | 
getColumnSortComparator(int column)
Deprecated. 
 
replaced by  
GenericBaseTableModel.getColumnSortComparator(int). | 
@Deprecated int getColumnAlignment(int column)
GenericTableModel.getColumnAlignment(int).getColumnAlignment in interface LegacyTableModelcolumn - the column to get the alignment of@Deprecated java.util.Comparator getColumnSortComparator(int column)
GenericBaseTableModel.getColumnSortComparator(int).Comparable interface, then null may be
 returned.getColumnSortComparator in interface LegacyTableModel