class TagTable.CellEditorRemover extends java.lang.Object implements java.beans.PropertyChangeListener
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 |
---|---|
(package 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) |
java.awt.KeyboardFocusManager focusManager
public CellEditorRemover(java.awt.KeyboardFocusManager fm)
public void propertyChange(java.beans.PropertyChangeEvent ev)
propertyChange
in interface java.beans.PropertyChangeListener