Class TableDataModel

java.lang.Object
javax.swing.table.AbstractTableModel
jmri.jmrix.rfid.swing.tagcarwin.TableDataModel
All Implemented Interfaces:
ActionListener, ItemListener, PropertyChangeListener, Serializable, EventListener, TableModel

The table model for displaying rows of incoming RFID tags and associating them with cars and locations. This is where most of the logic resides, though the actually receiving of the table is done in the parent
See Also: