Class OwnerEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class OwnerEditor extends DefaultCellEditor
Table-cell editor for ECDB owners. The owner is represented by an OwnerLabeldID, which includes both the ownerID and a label.
See Also:
  • Constructor Details

    • OwnerEditor

      public OwnerEditor(ECDB ecdb, Connection conn) throws SQLException
      Constructor.
      Parameters:
      ecdb - the instance of ECDB to use.
      conn - a database connection obtained from ecdb
      Throws:
      SQLException