All Implemented Interfaces:
EventListener
All Known Implementing Classes:
DnDEventMulticaster, ToolBarFocusListener, FocusHandler, Handler, FocusHandler, BasicComboBoxEditor, ComposedTextCaret, ArrowButtonHandler, Handler, AccessibleAWTFocusHandler, DefaultCaret, Handler, MetalComboBoxEditor, MetalButtonListener, Handler, FocusHandler, Handler, FocusHandler, Handler, SynthFormattedTextFieldUI, SynthPasswordFieldUI, ToolkitEventMulticaster, UIResource, MenuItemFocusListener, SynthTextFieldUI, Handler, AccessibleFocusHandler, MutableCaretEvent, AWTEventMulticaster, BasicCaret, BasicButtonListener, UIResource, FocusAdapter, FocusHandler, FocusHandler, FocusHandler, Handler
FocusAdapter class
(overriding only the methods of interest).
The listener object created from that class is then registered with a
component using the component's addFocusListener
method. When the component gains or loses the keyboard focus,
the relevant method in the listener object
is invoked, and the FocusEvent is passed to it.Carl - Quinn1.1 - | Method from java.awt.event.FocusListener Summary: |
|---|
| focusGained, focusLost |
| Method from java.awt.event.FocusListener Detail: |
|---|
|
|