com.jmex.awt.swingui.dnd
Class JMEDragGestureEvent

java.lang.Object
  extended by com.jmex.awt.swingui.dnd.JMEDragGestureEvent

public class JMEDragGestureEvent
extends java.lang.Object

Author:
Galun

Constructor Summary
JMEDragGestureEvent(JMEMouseDragGestureRecognizer recognizer, int action, java.awt.Point point, java.awt.event.MouseEvent event)
           
 
Method Summary
 int getAction()
           
 java.awt.event.MouseEvent getEvent()
           
 java.awt.Point getPoint()
           
 JMEMouseDragGestureRecognizer getRecognizer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMEDragGestureEvent

public JMEDragGestureEvent(JMEMouseDragGestureRecognizer recognizer,
                           int action,
                           java.awt.Point point,
                           java.awt.event.MouseEvent event)
Method Detail

getRecognizer

public JMEMouseDragGestureRecognizer getRecognizer()

getAction

public int getAction()

getEvent

public java.awt.event.MouseEvent getEvent()

getPoint

public java.awt.Point getPoint()