org.eclipse.ohf.stem.ui.views.map
Class InternalMapView.TranslateHandler

java.lang.Object
  extended by org.eclipse.ohf.stem.ui.views.map.InternalMapView.TranslateHandler
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.MouseListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
InternalMapView

public class InternalMapView.TranslateHandler
extends java.lang.Object
implements org.eclipse.swt.events.MouseListener

A helper class that defines a mouse-listener that will provide the user the ability to move the map inside the view.


Constructor Summary
InternalMapView.TranslateHandler()
           
 
Method Summary
 void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
           
 void mouseDown(org.eclipse.swt.events.MouseEvent e)
           
 void mouseUp(org.eclipse.swt.events.MouseEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalMapView.TranslateHandler

public InternalMapView.TranslateHandler()
Method Detail

mouseDown

public void mouseDown(org.eclipse.swt.events.MouseEvent e)
Specified by:
mouseDown in interface org.eclipse.swt.events.MouseListener
See Also:
MouseListener.mouseDown(org.eclipse.swt.events.MouseEvent)

mouseUp

public void mouseUp(org.eclipse.swt.events.MouseEvent e)
Specified by:
mouseUp in interface org.eclipse.swt.events.MouseListener
See Also:
MouseListener.mouseUp(org.eclipse.swt.events.MouseEvent)

mouseDoubleClick

public void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
Specified by:
mouseDoubleClick in interface org.eclipse.swt.events.MouseListener
See Also:
MouseListener.mouseDoubleClick(org.eclipse.swt.events.MouseEvent)