public class StatisticsTableModel extends DefaultTableModel implements nl.tudelft.simulation.event.EventListenerInterface
(c) copyright 2002-2005-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
StatisticsTableModel(Object[] columnNames,
nl.tudelft.simulation.event.EventType[] eventTypes,
int rows)
constructs a new StatisticsTableModel
|
Modifier and Type | Method and Description |
---|---|
void |
notify(nl.tudelft.simulation.event.EventInterface event) |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, isCellEditable, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
public StatisticsTableModel(Object[] columnNames, nl.tudelft.simulation.event.EventType[] eventTypes, int rows)
columnNames
- the names of the columnseventTypes
- the eventTypes representing the columnrows
- the number of rowsCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.