protected class InputDesignEditorModel.InputDesignTableModel extends AbstractTableModel
listenerList| Modifier | Constructor and Description |
|---|---|
protected |
InputDesignEditorModel.InputDesignTableModel() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getColumnClass(int rowIndex) |
int |
getColumnCount() |
String |
getColumnName(int rowIndex) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setValueAt(Object o,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerprotected InputDesignEditorModel.InputDesignTableModel()
public int getRowCount()
public int getColumnCount()
public String getColumnName(int rowIndex)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int rowIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public void setValueAt(Object o, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2011-2012 Code Lutin. All Rights Reserved.