ar.com.da.swing.event
Class DragEvent
java.lang.Object
java.util.EventObject
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
| 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)
|
| 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 |
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)
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.