Class InputCellEditors.CharCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.CharCellEditor
- All Implemented Interfaces:
Serializable
,CellEditor
,TableCellEditor
,TreeCellEditor
- Enclosing class:
- InputCellEditors
public static class InputCellEditors.CharCellEditor 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
-
Method Summary
Modifier and Type Method Description protected Object
createFromString(String val)
protected void
prepareForCreation(Class<?> type)
Methods inherited from class com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
getCellEditorValue, getTableCellEditorComponent, isCellEditable, 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
-
Method Details
-
prepareForCreation
- Overrides:
prepareForCreation
in classInputCellEditors.GenericCellEditor
-
createFromString
- Overrides:
createFromString
in classInputCellEditors.GenericCellEditor
-