Class SeriesEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class SeriesEditor extends DefaultCellEditor
Table Cell editor for ECDB series. This editor edits cells whose values are instances of ECDB.SeriesLabeledID.
See Also:
  • Constructor Details

    • SeriesEditor

      public SeriesEditor(ECDB ecdb, Connection conn, int ownerID) throws SQLException
      Constructor.
      Parameters:
      ecdb - the instance of ECDB to use.
      conn - a database connection obtained from ecdb
      ownerID - an ECDB owner associated with a series
      Throws:
      SQLException