public class BasicComboBoxUI.FocusHandler extends Object implements FocusListener
| Constructor and Description |
|---|
BasicComboBoxUI.FocusHandler()
Creates a new FocusHandler object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e)
Invoked when combo box gains focus.
|
void |
focusLost(FocusEvent e)
Invoked when the combo box loses focus.
|
public BasicComboBoxUI.FocusHandler()
public void focusGained(FocusEvent e)
focusGained in interface FocusListenere - the FocusEventpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenere - the FocusEvent