Class InputCellEditors.EnumCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.EnumCellEditor
- All Implemented Interfaces:
Serializable
,CellEditor
,TableCellEditor
,TreeCellEditor
- Enclosing class:
- InputCellEditors
public static class InputCellEditors.EnumCellEditor extends InputCellEditors.GenericCellEditor
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor
DefaultCellEditor.EditorDelegate
-
Field Summary
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
-
Constructor Summary
Constructors Constructor Description EnumCellEditor(InputOverlayLayer overlay, Class enumeration, GuiTable jTable)
EnumCellEditor(InputOverlayLayer overlay, Object[] enumVals, GuiTable jTable)
-
Method Summary
Methods inherited from class com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
createFromString, getCellEditorValue, getTableCellEditorComponent, isCellEditable, prepareForCreation, stopCellEditing
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, setClickCountToStart, shouldSelectCell
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener