|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractCellEditor | +--javax.swing.DefaultCellEditor | +--de.qfs.lib.option.TableOptionEdit.Editor | +--de.qfs.lib.option.TableOptionEdit.BooleanEditor
Editor for Boolean table cell.
Inner classes inherited from class javax.swing.DefaultCellEditor |
javax.swing.DefaultCellEditor.EditorDelegate |
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, 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, 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.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |