Class EventTableDataModel

java.lang.Object
javax.swing.table.AbstractTableModel
jmri.jmrix.openlcb.swing.eventtable.EventTableDataModel
All Implemented Interfaces:
Serializable, TableModel

DataModel for the table in the EventTablePane

Persistence is handled via the jmri.jmrix.openlcb.swing.eventtable.configurexml package. Note that this class explicitly invokes persistence in the constructor and at shutdown; the general mechanism to store in panel files is not used here intentionally.

Since:
5.17.3
See Also: