Class TableDataModel

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.ItemListener, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.swing.table.TableModel

    public class TableDataModel
    extends javax.swing.table.AbstractTableModel
    implements java.beans.PropertyChangeListener, java.awt.event.ItemListener, java.awt.event.ActionListener
    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:
    Serialized Form