javax.swing.plaf.basic
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)
FocusListener
focusGained
in interface FocusListener
e
- the FocusEvent
indicating that focus was gainedpublic void focusLost(FocusEvent e)
FocusListener
focusLost
in interface FocusListener
e
- the FocusEvent
indicating that focus was lost