qflib 0.98.1

de.qfs.lib.option
Class TableOptionEdit.BooleanEditor

java.lang.Object
  |
  +--javax.swing.AbstractCellEditor
        |
        +--javax.swing.DefaultCellEditor
              |
              +--de.qfs.lib.option.TableOptionEdit.Editor
                    |
                    +--de.qfs.lib.option.TableOptionEdit.BooleanEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
Enclosing class:
TableOptionEdit

protected class TableOptionEdit.BooleanEditor
extends TableOptionEdit.Editor

Editor for Boolean table cell.

See Also:
Serialized Form

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

TableOptionEdit.BooleanEditor

public TableOptionEdit.BooleanEditor(javax.swing.JTable table)
Create a new BooleanEditor.
Method Detail

shouldSelectCellXXX

public boolean shouldSelectCellXXX(java.util.EventObject anEvent)
Query whether the cell should be selected.
Parameters:
anEvent - The event that started the editing.
Returns:
False if the event is a mouse event.

qflib 0.98.1