Class RadianceTableUI.BooleanEditor
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- javax.swing.DefaultCellEditor
-
- org.pushingpixels.radiance.theming.internal.ui.RadianceTableUI.BooleanEditor
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.CellEditor
,javax.swing.table.TableCellEditor
,javax.swing.tree.TreeCellEditor
- Enclosing class:
- RadianceTableUI
static class RadianceTableUI.BooleanEditor extends javax.swing.DefaultCellEditor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
RadianceTableUI.BooleanEditor.RadianceEditorCheckBox
-
Constructor Summary
Constructors Constructor Description BooleanEditor()
-
Method Summary
-
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
-
-