org.openstreetmap.josm.gui.widgets
Class SelectAllOnFocusGainedDecorator

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener

public class SelectAllOnFocusGainedDecorator
extends java.awt.event.FocusAdapter


Constructor Summary
SelectAllOnFocusGainedDecorator()
           
 
Method Summary
static void decorate(javax.swing.text.JTextComponent tc)
           
 void focusGained(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.awt.event.FocusAdapter
focusLost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAllOnFocusGainedDecorator

public SelectAllOnFocusGainedDecorator()
Method Detail

decorate

public static void decorate(javax.swing.text.JTextComponent tc)

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener
Overrides:
focusGained in class java.awt.event.FocusAdapter


JOSM