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