public class EnumCellEditor
extends javax.swing.DefaultCellEditor
| Modifier and Type | Method and Description |
|---|---|
static EnumCellEditor |
createEnumEditor(java.lang.Class<? extends java.lang.Enum> enumeration,
boolean nullAllowed) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic static EnumCellEditor createEnumEditor(java.lang.Class<? extends java.lang.Enum> enumeration, boolean nullAllowed)