|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
de.qfs.lib.option.TableOptionEdit.Editor
de.qfs.lib.option.TableOptionEdit.BooleanEditor
Editor for Boolean table cell.
Nested Class Summary |
Nested classes inherited from class javax.swing.DefaultCellEditor |
javax.swing.DefaultCellEditor.EditorDelegate |
Field Summary |
Fields inherited from class javax.swing.DefaultCellEditor |
clickCountToStart, delegate, editorComponent |
Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
Constructor Summary | |
TableOptionEdit.BooleanEditor(javax.swing.JTable table)
Create a new BooleanEditor. |
Method Summary | |
boolean |
shouldSelectCellXXX(java.util.EventObject anEvent)
Query whether the cell should be selected. |
Methods inherited from class de.qfs.lib.option.TableOptionEdit.Editor |
getTableCellEditorComponent, insertChar, isCellEditable, shouldSelectCell |
Methods inherited from class javax.swing.DefaultCellEditor |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, setClickCountToStart, stopCellEditing |
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 |
Constructor Detail |
public TableOptionEdit.BooleanEditor(javax.swing.JTable table)
Method Detail |
public boolean shouldSelectCellXXX(java.util.EventObject anEvent)
anEvent
- The event that started the editing.
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |