public class TableModelProxy extends AbstractTableModel
listenerList| Constructor and Description |
|---|
TableModelProxy() |
TableModelProxy(TableModel pModel)
Creates a new instance of TableLabelDecorator.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getColumnClass(int pIdx) |
int |
getColumnCount() |
String |
getColumnName(int pIdx) |
TableModel |
getModel() |
int |
getRowCount() |
Object |
getValueAt(int pRow,
int pCol) |
boolean |
isCellEditable(int pRow,
int pCol) |
void |
setModel(TableModel pModel) |
void |
setValueAt(Object pVal,
int pRow,
int pCol) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic TableModelProxy()
public TableModelProxy(TableModel pModel)
public TableModel getModel()
public void setModel(TableModel pModel)
public Class<?> getColumnClass(int pIdx)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getColumnCount()
public String getColumnName(int pIdx)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getRowCount()
public Object getValueAt(int pRow, int pCol)
public boolean isCellEditable(int pRow,
int pCol)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object pVal, int pRow, int pCol)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2023. All rights reserved.