javax.swing.plaf.basic
public class BasicComboBoxUI.FocusHandler extends Object implements FocusListener
Constructor Summary | |
---|---|
FocusHandler()
Creates a new FocusHandler object. |
Method Summary | |
---|---|
void | focusGained(FocusEvent e)
Invoked when combo box gains focus. |
void | focusLost(FocusEvent e)
Invoked when the combo box loses focus. |
Parameters: e the FocusEvent
Parameters: e the FocusEvent