public static class WkKgPanTen.MstTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
MstTableModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModel()
DOCUMENT ME!
|
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
List<de.cismet.cids.dynamics.CidsBean> |
getData()
DOCUMENT ME!
|
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
refreshData(de.cismet.cids.dynamics.CidsBean cidsBean)
DOCUMENT ME!
|
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic int getRowCount()
public int getColumnCount()
public String getColumnName(int columnIndex)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic void refreshData(de.cismet.cids.dynamics.CidsBean cidsBean)
cidsBean - DOCUMENT ME!public List<de.cismet.cids.dynamics.CidsBean> getData()
public void clearModel()
Copyright © 2012–2026 cismet GmbH. All rights reserved.