public class BasicTreeUI.FocusHandler extends Object implements FocusListener
| Constructor and Description |
|---|
BasicTreeUI.FocusHandler()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e)
Invoked when focus is activated on the tree we're in, redraws the lead
row.
|
void |
focusLost(FocusEvent e)
Invoked when focus is deactivated on the tree we're in, redraws the lead
row.
|
public BasicTreeUI.FocusHandler()
public void focusGained(FocusEvent e)
focusGained in interface FocusListenere - is the focus event that is activatedpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenere - is the focus event that is deactivated