Class InputCellEditors.BooleanCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.BooleanCellEditor
- All Implemented Interfaces:
Serializable,CellEditor,TableCellEditor,TreeCellEditor
- Enclosing class:
- InputCellEditors
public static class InputCellEditors.BooleanCellEditor 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 BooleanCellEditor(InputOverlayLayer overlay, GuiTable jTable) -
Method Summary
Methods inherited from class com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
createFromString, getCellEditorValue, getTableCellEditorComponent, isCellEditable, prepareForCreation, stopCellEditingMethods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, setClickCountToStart, shouldSelectCellMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener