Class OBlockTableModel

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

    public class OBlockTableModel
    extends BeanTableDataModel<OBlock>
    GUI to define OBlocks.

    Duplicates the JTable model for BlockTableAction and adds a column for the occupancy sensor. Configured for use within an internal frame.

    Can be used with two interfaces:

    • original "desktop" InternalFrames (parent class TableFrames, an extended JmriJFrame)
    • JMRI "standard" Tabbed tables (parent class JPanel)
    The _tabbed field decides, it is set in prefs (restart required).
    See Also:
    Serialized Form