public class TextFocusHandler extends Object implements FocusListener
Constructor and Description |
---|
TextFocusHandler(MainFrame frame) |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
public TextFocusHandler(MainFrame frame)
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.