Package com.formdev.flatlaf.ui
Class FlatScrollPaneUI.Handler
java.lang.Object
com.formdev.flatlaf.ui.FlatScrollPaneUI.Handler
- All Implemented Interfaces:
ContainerListener
,FocusListener
,EventListener
- Enclosing class:
FlatScrollPaneUI
ContainerListener is added to JViewport to keep focus listener on view up-to-date.
FocusListener is added to view for repainting when view gets focused.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
-
Constructor Details
-
Handler
private Handler()
-
-
Method Details
-
componentAdded
- Specified by:
componentAdded
in interfaceContainerListener
-
componentRemoved
- Specified by:
componentRemoved
in interfaceContainerListener
-
focusGained
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
-