public class TextComponentFocusListener extends Object implements FocusListener
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
static TextComponentFocusListener |
getInstance() |
public static TextComponentFocusListener getInstance()
public void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerCopyright © 2015. All rights reserved.