Class PickListModel.MultiSensorPickModel

    • Method Detail

      • getValueAt

        public java.lang.Object getValueAt​(int r,
                                           int c)
        SYSNAMECOL returns the actual Bean, NOT the System Name.
        Specified by:
        getValueAt in interface javax.swing.table.TableModel
        Overrides:
        getValueAt in class PickListModel<Sensor>
      • setValueAt

        public void setValueAt​(java.lang.Object type,
                               int r,
                               int c)
        Specified by:
        setValueAt in interface javax.swing.table.TableModel
        Overrides:
        setValueAt in class PickListModel<Sensor>