Package org.jdesktop.swingx.plaf
Class PromptTextUI.FocusHandler
java.lang.Object
java.awt.event.FocusAdapter
org.jdesktop.swingx.plaf.PromptTextUI.FocusHandler
- All Implemented Interfaces:
FocusListener
,EventListener
- Enclosing class:
PromptTextUI
Repaint the
TextComponent
when it loses or gains the focus.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FocusHandler
private FocusHandler()
-
-
Method Details
-
focusGained
- Specified by:
focusGained
in interfaceFocusListener
- Overrides:
focusGained
in classFocusAdapter
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
- Overrides:
focusLost
in classFocusAdapter
-