ar.com.da.swing.event
Class DragEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ar.com.da.swing.event.DragEvent
All Implemented Interfaces:
java.io.Serializable

public class DragEvent
extends java.util.EventObject

Event used to notify that an object has been dragged

Author:
Carlos E. Descalzi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragEvent(java.lang.Object source, java.awt.Component component, java.awt.Dimension originalSize, java.awt.Dimension newSize)
           
DragEvent(java.lang.Object source, java.awt.Component component, java.awt.Point originalLocation, java.awt.Point newLocation)
           
DragEvent(java.lang.Object source, java.awt.Component component, java.awt.Point originalLocation, java.awt.Point newLocation, java.awt.Dimension originalSize, java.awt.Dimension newSize)
           
 
Method Summary
 java.awt.Component getComponent()
           
 java.awt.Point getNewLocation()
           
 java.awt.Dimension getNewSize()
           
 java.awt.Point getOriginalLocation()
           
 java.awt.Dimension getOriginalSize()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DragEvent

public DragEvent(java.lang.Object source,
                 java.awt.Component component,
                 java.awt.Point originalLocation,
                 java.awt.Point newLocation,
                 java.awt.Dimension originalSize,
                 java.awt.Dimension newSize)

DragEvent

public DragEvent(java.lang.Object source,
                 java.awt.Component component,
                 java.awt.Point originalLocation,
                 java.awt.Point newLocation)

DragEvent

public DragEvent(java.lang.Object source,
                 java.awt.Component component,
                 java.awt.Dimension originalSize,
                 java.awt.Dimension newSize)
Method Detail

getComponent

public java.awt.Component getComponent()

getNewLocation

public java.awt.Point getNewLocation()

getOriginalLocation

public java.awt.Point getOriginalLocation()

getNewSize

public java.awt.Dimension getNewSize()

getOriginalSize

public java.awt.Dimension getOriginalSize()


Copyright © 2006 null. All Rights Reserved.