public class IndexedTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
IndexedTableModel(IndexedColorant[] colorants)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public IndexedTableModel(IndexedColorant[] colorants)
colorants
- array of IndexedColorantpublic int getRowCount()
public int getColumnCount()
public Object getValueAt(int row, int column)
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.