java.lang.Object
javax.swing.plaf.basic.BasicScrollPaneUI.ViewportChangeHandler
- All Implemented Interfaces:
EventListener
,ChangeListener
- Enclosing class:
BasicScrollPaneUI
@Deprecated(since="17",
forRemoval=true)
public class BasicScrollPaneUI.ViewportChangeHandler
extends Object
implements ChangeListener
Deprecated, for removal: This API element is subject to removal in a future version.
Listener for viewport events.
This class exists only for backward compatibility.
All its functionality has been moved into Handler.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aViewportChangeHandler
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the target of the listener has changed its state.
-
Constructor Details
-
ViewportChangeHandler
public ViewportChangeHandler()Deprecated, for removal: This API element is subject to removal in a future version.Constructs aViewportChangeHandler
.
-
-
Method Details
-
stateChanged
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChangeListener
Invoked when the target of the listener has changed its state.- Specified by:
stateChanged
in interfaceChangeListener
- Parameters:
e
- a ChangeEvent object
-