class TagTable.CellEditorRemover extends Object implements 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) KeyboardFocusManager |
focusManager |
Constructor and Description |
---|
CellEditorRemover(KeyboardFocusManager fm) |
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(PropertyChangeEvent ev) |
KeyboardFocusManager focusManager
public CellEditorRemover(KeyboardFocusManager fm)
public void propertyChange(PropertyChangeEvent ev)
propertyChange
in interface PropertyChangeListener