Class EventEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class EventEditor extends DefaultCellEditor
Table-cell editor for ECDB events. The events are represented as instances of the class ECDB.EventLabeledID. Each instance includes both an eventID and a label.
See Also:
  • Constructor Details

    • EventEditor

      public EventEditor(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 - the ownerID for an event
      Throws:
      SQLException