public class BasicTableUI.FocusHandler extends Object implements FocusListener
| Constructor and Description |
|---|
BasicTableUI.FocusHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e)
This method is called when a component gains the keyboard focus.
|
void |
focusLost(FocusEvent e)
This method is invoked when a component loses the keyboard focus.
|
public BasicTableUI.FocusHandler()
public void focusGained(FocusEvent e)
FocusListenerfocusGained in interface FocusListenere - the FocusEvent indicating that focus was gainedpublic void focusLost(FocusEvent e)
FocusListenerfocusLost in interface FocusListenere - the FocusEvent indicating that focus was lost