public class TextComponentFocusListener extends Object implements FocusListener
| Constructor and Description |
|---|
TextComponentFocusListener(JTextComponent tf)
The constructor for this listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
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-2020 Wren Security. All Rights Reserved.