public class TextComponentFocusListener extends Object implements FocusListener
| Constructor and Description |
|---|
TextComponentFocusListener(JTextComponent tf)
The constructor for this listener.
|
public TextComponentFocusListener(JTextComponent tf)
tf - the text field associated with this listener.public void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.