public class MouseWheelHorizontalScrollHandler
extends java.lang.Object
implements org.eclipse.gef.MouseWheelHandler
Modifier and Type | Field and Description |
---|---|
static org.eclipse.gef.MouseWheelHandler |
SINGLETON
The Singleton
|
Modifier and Type | Method and Description |
---|---|
void |
handleMouseWheel(Event event,
org.eclipse.gef.EditPartViewer viewer)
Horizontally scroll the given viewer.
|
public static final org.eclipse.gef.MouseWheelHandler SINGLETON
public void handleMouseWheel(Event event, org.eclipse.gef.EditPartViewer viewer)
handleMouseWheel
in interface org.eclipse.gef.MouseWheelHandler
MouseWheelHandler.handleMouseWheel(Event, EditPartViewer)