uk.ac.kcl.cch.jb.pliny.figures
Class TopPanel.OpenButtonMouseMotionListener

java.lang.Object
  extended byuk.ac.kcl.cch.jb.pliny.figures.TopPanel.OpenButtonMouseMotionListener
All Implemented Interfaces:
org.eclipse.draw2d.MouseMotionListener
Enclosing class:
TopPanel

public class TopPanel.OpenButtonMouseMotionListener
extends Object
implements org.eclipse.draw2d.MouseMotionListener

A listener to see when the mouse is placed over the top-left icon. This is supposed to allow the code to make this icon clickable (and act as an "open this item" button -- but it doesn't work!

Author:
John Bradley

Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d.MouseMotionListener
org.eclipse.draw2d.MouseMotionListener.Stub
 
Constructor Summary
TopPanel.OpenButtonMouseMotionListener(BaseObject myObject)
           
 
Method Summary
 void mouseDragged(org.eclipse.draw2d.MouseEvent me)
           
 void mouseEntered(org.eclipse.draw2d.MouseEvent me)
           
 void mouseExited(org.eclipse.draw2d.MouseEvent me)
           
 void mouseHover(org.eclipse.draw2d.MouseEvent me)
           
 void mouseMoved(org.eclipse.draw2d.MouseEvent me)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopPanel.OpenButtonMouseMotionListener

public TopPanel.OpenButtonMouseMotionListener(BaseObject myObject)
Method Detail

mouseDragged

public void mouseDragged(org.eclipse.draw2d.MouseEvent me)
Specified by:
mouseDragged in interface org.eclipse.draw2d.MouseMotionListener

mouseEntered

public void mouseEntered(org.eclipse.draw2d.MouseEvent me)
Specified by:
mouseEntered in interface org.eclipse.draw2d.MouseMotionListener

mouseExited

public void mouseExited(org.eclipse.draw2d.MouseEvent me)
Specified by:
mouseExited in interface org.eclipse.draw2d.MouseMotionListener

mouseHover

public void mouseHover(org.eclipse.draw2d.MouseEvent me)
Specified by:
mouseHover in interface org.eclipse.draw2d.MouseMotionListener

mouseMoved

public void mouseMoved(org.eclipse.draw2d.MouseEvent me)
Specified by:
mouseMoved in interface org.eclipse.draw2d.MouseMotionListener