class TagTable.CellEditorRemover extends java.lang.Object implements java.beans.PropertyChangeListener
terminateEditOnFocusLost.
This implementation also checks whether focus is transferred to one of a list
of dedicated components, see TagTable.doNotStopCellEditingWhenFocused.
A typical example for such a component is a button in TagEditorPanel
which isn't a child component of TagTable but which should respond to
to focus transfer in a similar way to a child of TagTable.| Modifier and Type | Field and Description |
|---|---|
private java.awt.KeyboardFocusManager |
focusManager |
| Constructor and Description |
|---|
CellEditorRemover(java.awt.KeyboardFocusManager fm) |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(java.beans.PropertyChangeEvent ev) |
private final java.awt.KeyboardFocusManager focusManager
CellEditorRemover(java.awt.KeyboardFocusManager fm)
public void propertyChange(java.beans.PropertyChangeEvent ev)
propertyChange in interface java.beans.PropertyChangeListener