Package de.kupzog.ktable.editors

Class Summary
KTableCellEditorCheckbox A cell editor that expects a Boolean cell value and simply switches this value.
KTableCellEditorCheckbox2 This class is an implementation of KTableCellEditorCheckbox that simply inverts a boolean cell value.
KTableCellEditorCombo A combobox cell editor.
KTableCellEditorComboText A cell editor with a combo (not read only)
KTableCellEditorMultilineText  
KTableCellEditorMultilineWrapText  
KTableCellEditorText A simple cell editor that simply creates a text widget that allows the user to type in one line of text.
KTableCellEditorText2 A simple cell editor that simply creates a text widget that allows the user to type in one line of text.
TableCellEditorDialog An abstract base implementation for a cell editor that opens a dialog.