public class GlueParamTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
GlueParamTableModel() |
GlueParamTableModel(Object[] columnNames) |
GlueParamTableModel(Object[][] data,
Object[] columnNames) |
Modifier and Type | Method and Description |
---|---|
void |
addNullRow() |
void |
deleteRows(int[] selectedRows) |
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
boolean |
isCellEditable(int row,
int col) |
void |
setData(Object[][] data) |
void |
setNumRows(int rowCount) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
public GlueParamTableModel()
public GlueParamTableModel(Object[] columnNames)
public void setData(Object[][] data)
public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int row, int col)
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public boolean isCellEditable(int row, int col)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setNumRows(int rowCount)
public void addNullRow()
public void deleteRows(int[] selectedRows)
Copyright © 2013–2016 POSCO ICT. All rights reserved.