public class DeviceNTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
DeviceNTableModel(DeviceNColorant[] 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, setValueAtpublic DeviceNTableModel(DeviceNColorant[] colorants)
colorants - array of DeviceNColorantpublic int getRowCount()
public int getColumnCount()
public Object getValueAt(int row, int column)
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.