super(new StationTableModel());
//BEGIN Federico Dall'Orso 8/3/2005
//station type cell renderers
//NEW
LD_disabled_StationTypeCell = new ComboBoxCell(STATION_TYPENAMES);
LD_disabled_StationTypeCell.getComboBox().setEnabled(false);
LD_enabled_StationTypeCell = new ComboBoxCell(STATION_TYPENAMES_LD_ENABLED);
LD_enabled_StationTypeCell.getComboBox().setEnabled(false);
//14/3/2005
deleteButton = new JButton(deleteOneStation);
deleteButtonCellRenderer = new ButtonCellEditor(deleteButton);