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 TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
Handler
private Handler()
-
-
Method Details
-
componentAdded
- Specified by:
componentAddedin interfaceContainerListener
-
componentRemoved
- Specified by:
componentRemovedin interfaceContainerListener
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-