API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicComboBoxUI.FocusHandler
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
BasicComboBoxUI.FocusHandler
Implements
FocusListener
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class BasicComboBoxUI.FocusHandler
This listener hides the popup when the focus is lost.
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
.
See also:
Constructors
public
BasicComboBoxUI.FocusHandler
()
Methods
Hide/Show inherited methods
public
void
focusGained
(
FocusEvent
e)
[Specified in
FocusListener
]
public
void
focusLost
(
FocusEvent
e)
[Specified in
FocusListener
]
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar