de.uni_paderborn.fujaba.app
Class ScrollPanel.ScrollPanelMotionListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.ScrollPanel.ScrollPanelMotionListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseMotionListener
Enclosing class:
ScrollPanel

private class ScrollPanel.ScrollPanelMotionListener
extends java.lang.Object
implements java.awt.event.MouseMotionListener

mouseMotionListener for mouseScroll.

Version:
$Revision: 1.27 $
Author:
$Author: lowende $

Constructor Summary
private ScrollPanel.ScrollPanelMotionListener()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void mouseMoved(java.awt.event.MouseEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollPanel.ScrollPanelMotionListener

private ScrollPanel.ScrollPanelMotionListener()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener
Parameters:
e - No description provided

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener
Parameters:
e - No description provided