Class LocationEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class LocationEditor extends DefaultCellEditor
Table-cell editor for ECDB locations.
See Also:
  • Constructor Details

    • LocationEditor

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