All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.gloaming.awt.dnd.DragSourceDropEvent

java.lang.Object
   |
   +----com.gloaming.awt.dnd.DragSourceEvent
           |
           +----com.gloaming.awt.dnd.DragSourceDropEvent

public abstract class DragSourceDropEvent
extends com.gloaming.awt.dnd.DragSourceEvent
Local equivelent to the Java2 DragSourceDropEvent. This is an abstract base class which defines the interface to the class. Platform specific sub-classes are created depending on the run-time environment.

See Also:
java.awt.dnd.DragSourceDropEvent

Constructor Index

 o DragSourceDropEvent()

Method Index

 o getDropAction()
Gets the drop action (MOVE, COPY, etc.) of the completed operation.
 o getDropSuccess()
Returns the success, or failure, of the drop operation.

Constructors

 o DragSourceDropEvent
 public DragSourceDropEvent()

Methods

 o getDropAction
 public abstract int getDropAction()
Gets the drop action (MOVE, COPY, etc.) of the completed operation.

Returns:
drop action
 o getDropSuccess
 public abstract boolean getDropSuccess()
Returns the success, or failure, of the drop operation. The success of a drop is determined by the drop target.

Returns:
true, if drop target accepted and successfully transfered the data in the drag

All Packages  Class Hierarchy  This Package  Previous  Next  Index