Class MouseWheelHorizontalScrollHandler
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.util.gef.MouseWheelHorizontalScrollHandler
-
- All Implemented Interfaces:
org.eclipse.gef.MouseWheelHandler
public class MouseWheelHorizontalScrollHandler extends java.lang.Object implements org.eclipse.gef.MouseWheelHandler
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.gef.MouseWheelHandler
SINGLETON
The Singleton
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMouseWheel(org.eclipse.swt.widgets.Event event, org.eclipse.gef.EditPartViewer viewer)
Horizontally scroll the given viewer.
-
-
-
Method Detail
-
handleMouseWheel
public void handleMouseWheel(org.eclipse.swt.widgets.Event event, org.eclipse.gef.EditPartViewer viewer)
Horizontally scroll the given viewer.- Specified by:
handleMouseWheel
in interfaceorg.eclipse.gef.MouseWheelHandler
- See Also:
MouseWheelHandler.handleMouseWheel(Event, EditPartViewer)
-
-