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