public class StockModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
StockModel(BrowsableData bd,
Formats[] f,
boolean[] bedit)
Creates a new instance of StockModel
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int column) |
void |
setValueAt(Object aValue,
int row,
int column) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerpublic StockModel(BrowsableData bd, Formats[] f, boolean[] bedit)
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int row, int column)
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object aValue, int row, int column)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2021. All rights reserved.