public class

BasicComboBoxUI.FocusHandler

extends Object
implements FocusListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicComboBoxUI.FocusHandler

Class Overview

This listener hides the popup when the focus is lost. It also repaints when focus is gained or lost. This public inner class should be treated as protected. Instantiate it only within subclasses of BasicComboBoxUI.

Summary

Public Constructors
BasicComboBoxUI.FocusHandler()
Public Methods
void focusGained(FocusEvent e)
Invoked when a component gains the keyboard focus.
void focusLost(FocusEvent e)
Invoked when a component loses the keyboard focus.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.FocusListener

Public Constructors

public BasicComboBoxUI.FocusHandler ()

Public Methods

public void focusGained (FocusEvent e)

Invoked when a component gains the keyboard focus.

public void focusLost (FocusEvent e)

Invoked when a component loses the keyboard focus.