cz.vity.freerapid.swing
Class ComponentFactory.SelectAllOnFocusListener

java.lang.Object
  extended by cz.vity.freerapid.swing.ComponentFactory.SelectAllOnFocusListener
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
ComponentFactory

public static final class ComponentFactory.SelectAllOnFocusListener
extends Object
implements FocusListener

Focus listener pouzivany v textovych komponentach. Na vstup do komponenty vybere celej text.


Constructor Summary
ComponentFactory.SelectAllOnFocusListener()
           
 
Method Summary
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFactory.SelectAllOnFocusListener

public ComponentFactory.SelectAllOnFocusListener()
Method Detail

focusGained

public final void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener

focusLost

public final void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener