javax.swing.plaf.basic
public class BasicTreeUI.FocusHandler extends Object implements FocusListener
Constructor Summary | |
---|---|
FocusHandler()
Constructor |
Method Summary | |
---|---|
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. |
Parameters: e is the focus event that is activated
Parameters: e is the focus event that is deactivated