|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.gui.tagging.TagTable.CellEditorRemover
class TagTable.CellEditorRemover
This is a custom implementation of the CellEditorRemover used in JTable
to handle the client property 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.
| Field Summary | |
|---|---|
(package private) java.awt.KeyboardFocusManager |
focusManager
|
| Constructor Summary | |
|---|---|
TagTable.CellEditorRemover(java.awt.KeyboardFocusManager fm)
|
|
| Method Summary | |
|---|---|
void |
propertyChange(java.beans.PropertyChangeEvent ev)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.awt.KeyboardFocusManager focusManager
| Constructor Detail |
|---|
public TagTable.CellEditorRemover(java.awt.KeyboardFocusManager fm)
| Method Detail |
|---|
public void propertyChange(java.beans.PropertyChangeEvent ev)
propertyChange in interface java.beans.PropertyChangeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||