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, stopCellEditing
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
public static EnumCellEditor createEnumEditor(java.lang.Class<? extends java.lang.Enum> enumeration, boolean nullAllowed)