Class EcosLocoTableAction.RosterComboBoxEditor
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- javax.swing.DefaultCellEditor
-
- jmri.jmrix.ecos.swing.locodatabase.EcosLocoTableAction.RosterComboBoxEditor
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.CellEditor
,javax.swing.table.TableCellEditor
,javax.swing.tree.TreeCellEditor
- Enclosing class:
- EcosLocoTableAction
static class EcosLocoTableAction.RosterComboBoxEditor extends javax.swing.DefaultCellEditor
-
-
Constructor Summary
Constructors Constructor Description RosterComboBoxEditor(GlobalRosterEntryComboBox cb)
-
Method Summary
-
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
-
-
-
-
Constructor Detail
-
RosterComboBoxEditor
public RosterComboBoxEditor(GlobalRosterEntryComboBox cb)
-
-