org.openbp.swing.plaf.sky
Class SkyTreeUI.MouseMotionHandler

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by org.openbp.swing.plaf.sky.SkyTreeUI.MouseMotionHandler
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
SkyTreeUI

public class SkyTreeUI.MouseMotionHandler
extends java.awt.event.MouseMotionAdapter

Responsible for updating the selection based on mouse events.


Constructor Summary
SkyTreeUI.MouseMotionHandler()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
          Invoked when the mouse is being moved while a mouse button is pressed.
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkyTreeUI.MouseMotionHandler

public SkyTreeUI.MouseMotionHandler()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
Invoked when the mouse is being moved while a mouse button is pressed.

Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener
Overrides:
mouseDragged in class java.awt.event.MouseMotionAdapter
Parameters:
e - Mouse event


Copyright © 2011. All Rights Reserved.