API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. FocusAdapter View Source
Author(s)
Carl Quinn
Since
1.1
Version
1.18 04/13/06
Serial
Hierarchy
 Object
      FocusAdapter
Implements
 FocusListener
Subclasses
Description
publicabstract abstract class FocusAdapter
  An abstract adapter class for receiving keyboard focus events.
Constructors
public FocusAdapter ()
Methods
Hide/Show inherited methods
public void focusGained (FocusEvent e) [Specified in FocusListener]
Invoked when a component gains the keyboard focus.
public void focusLost (FocusEvent e) [Specified in FocusListener]
Invoked when a component loses the keyboard focus.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar