Class MouseWheelHorizontalScrollHandler

java.lang.Object
org.eclipse.graphiti.ui.internal.util.gef.MouseWheelHorizontalScrollHandler
All Implemented Interfaces:
org.eclipse.gef.MouseWheelHandler

public class MouseWheelHorizontalScrollHandler extends Object implements org.eclipse.gef.MouseWheelHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.gef.MouseWheelHandler

    org.eclipse.gef.MouseWheelHandler.KeyGenerator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.gef.MouseWheelHandler
    The Singleton
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleMouseWheel(org.eclipse.swt.widgets.Event event, org.eclipse.gef.EditPartViewer viewer)
    Horizontally scroll the given viewer.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SINGLETON

      public static final org.eclipse.gef.MouseWheelHandler SINGLETON
      The Singleton
  • Method Details

    • handleMouseWheel

      public void handleMouseWheel(org.eclipse.swt.widgets.Event event, org.eclipse.gef.EditPartViewer viewer)
      Horizontally scroll the given viewer.
      Specified by:
      handleMouseWheel in interface org.eclipse.gef.MouseWheelHandler
      See Also:
      • MouseWheelHandler.handleMouseWheel(Event, EditPartViewer)