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 FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
Copyright © 2010–2017 ForgeRock AS. All rights reserved.