Class AttributeTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
jmri.jmrit.roster.swing.attributetable.AttributeTableModel
All Implemented Interfaces:
Serializable, TableModel

Table data model for display of Roster attribute values.

Any desired ordering, etc. is handled outside this class.

The initial implementation doesn't automatically update when roster entries change, doesn't allow updating of the entries, and only shows some of the fields. But it's a start....

Since:
2.7.5
See Also: