Class TagInfoViewer.RepaintOnFocusChange
- java.lang.Object
-
- org.openstreetmap.josm.gui.history.TagInfoViewer.RepaintOnFocusChange
-
- All Implemented Interfaces:
FocusListener
,EventListener
- Enclosing class:
- TagInfoViewer
private static final class TagInfoViewer.RepaintOnFocusChange extends Object implements FocusListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RepaintOnFocusChange()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
focusGained(FocusEvent e)
void
focusLost(FocusEvent e)
private static void
repaintSelected(FocusEvent e)
-
-
-
Constructor Detail
-
RepaintOnFocusChange
private RepaintOnFocusChange()
-
-
Method Detail
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interfaceFocusListener
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
-
repaintSelected
private static void repaintSelected(FocusEvent e)
-
-