Class BasicScrollPaneUI.ViewportChangeHandler

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 Link icon

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a ViewportChangeHandler.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    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.

    Methods declared in class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • ViewportChangeHandler Link icon

      public ViewportChangeHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a ViewportChangeHandler.
  • Method Details Link icon

    • stateChanged Link icon

      public void stateChanged(ChangeEvent e)
      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 interface ChangeListener
      Parameters:
      e - a ChangeEvent object