Class CarrierEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class CarrierEditor extends DefaultCellEditor
Table-cell editor for ECDB carriers. This editor uses a JComboBox, whose type parameter is ECDB.CarrierLabeledID, and that was initialized from the ECDB database tables.
See Also:
  • Constructor Details

    • CarrierEditor

      public CarrierEditor(ECDB ecdb, Connection conn) throws SQLException
      Constructor.
      Parameters:
      ecdb - the instance of ECDB to use.
      conn - a database connection obtained from ecdb
      Throws:
      SQLException - if an SQL error occurred