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, removeTableModelListener
public TableModelProxy()
public TableModelProxy(TableModel pModel)
public TableModel getModel()
public void setModel(TableModel pModel)
public Class<?> getColumnClass(int pIdx)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public int getColumnCount()
public String getColumnName(int pIdx)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public int getRowCount()
public Object getValueAt(int pRow, int pCol)
public boolean isCellEditable(int pRow, int pCol)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object pVal, int pRow, int pCol)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
Copyright © 2023. All rights reserved.