
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, removeTableModelListenerpublic GlueParamTableModel()
public GlueParamTableModel(Object[] columnNames)
public void setData(Object[][] data)
public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int row, int col)
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic boolean isCellEditable(int row,
                              int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setNumRows(int rowCount)
public void addNullRow()
public void deleteRows(int[] selectedRows)
Copyright © 2013–2020 POSCO ICT. All rights reserved.