|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
NiceTableModel extends javax.swing.table.TableModel to provide support for the following additional features:
| Method Summary | |
int |
getColumnAlignment(int column)
Get the alignment of the specified column in the table. |
java.util.Comparator |
getColumnSortComparator(int column)
Get the sort comparator to use for a particular column. |
| Methods inherited from interface javax.swing.table.TableModel |
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Method Detail |
public int getColumnAlignment(int column)
column - the column to get the alignment of
public java.util.Comparator getColumnSortComparator(int column)
Comparable interface, then null may be
returned.
|
Extension SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.