Class ComboBoxCellEditor
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- javax.swing.DefaultCellEditor
-
- io.github.jonestimd.swing.component.ComboBoxCellEditor
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.CellEditor
,javax.swing.table.TableCellEditor
,javax.swing.tree.TreeCellEditor
- Direct Known Subclasses:
BeanListComboBoxCellEditor
public class ComboBoxCellEditor extends javax.swing.DefaultCellEditor
OverrideDefaultCellEditor
to fix undesirable Swing quirks for editing in tables.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComboBoxCellEditor(javax.swing.JComboBox comboBox)
-
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
-
-