public class TextFocusHandler extends Object implements FocusListener
| Constructor and Description |
|---|
TextFocusHandler(MainFrame frame)
Instantiates a new text focus handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
public TextFocusHandler(MainFrame frame)
frame - the framepublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.