Class BasicTabbedPaneUI.FocusHandler
java.lang.Object
java.awt.event.FocusAdapter
javax.swing.plaf.basic.BasicTabbedPaneUI.FocusHandler
- All Implemented Interfaces:
FocusListener, EventListener
- Enclosing class:
BasicTabbedPaneUI
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BasicTabbedPaneUI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a component gains the keyboard focus.voidInvoked when a component loses the keyboard focus.
-
Constructor Details
-
FocusHandler
public FocusHandler()Constructs aFocusHandler.
-
-
Method Details
-
focusGained
Description copied from class:FocusAdapterInvoked when a component gains the keyboard focus.- Specified by:
focusGainedin interfaceFocusListener- Overrides:
focusGainedin classFocusAdapter- Parameters:
e- the event to be processed
-
focusLost
Description copied from class:FocusAdapterInvoked when a component loses the keyboard focus.- Specified by:
focusLostin interfaceFocusListener- Overrides:
focusLostin classFocusAdapter- Parameters:
e- the event to be processed
-