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