|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NiceTableModel
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 |
|---|
int getColumnAlignment(int column)
column - the column to get the alignment ofjava.util.Comparator getColumnSortComparator(int column)
Comparable interface, then null may be returned.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||