Package jmri.jmrit.beantable.turnout
Class TurnoutTableJTable.BeanComboBoxEditor
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- javax.swing.DefaultCellEditor
-
- jmri.jmrit.beantable.turnout.TurnoutTableJTable.BeanComboBoxEditor
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.CellEditor
,javax.swing.table.TableCellEditor
,javax.swing.tree.TreeCellEditor
- Enclosing class:
- TurnoutTableJTable
static class TurnoutTableJTable.BeanComboBoxEditor extends javax.swing.DefaultCellEditor
-
-
Constructor Summary
Constructors Constructor Description BeanComboBoxEditor(NamedBeanComboBox<Sensor> beanBox)
-
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
-
BeanComboBoxEditor
public BeanComboBoxEditor(NamedBeanComboBox<Sensor> beanBox)
-
-