All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.gloaming.awt.dnd.DragSourceDragEvent

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

public abstract class DragSourceDragEvent
extends com.gloaming.awt.dnd.DragSourceEvent
Local equivelent to the Java2 DragSourceDragEvent. 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.DragSourceDragEvent

Constructor Index

 o DragSourceDragEvent()

Method Index

 o getDropAction()
Gets the drop action (MOVE, COPY, etc.) of the completed operation.
 o getGestureModifiers()
Gets the gesture modifiers of the current drag event.
 o getTargetActions()
Return the drop actions supported by the target.
 o getUserAction()
Get the user action(s).

Constructors

 o DragSourceDragEvent
 public DragSourceDragEvent()

Methods

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

Returns:
drop action
 o getGestureModifiers
 public abstract int getGestureModifiers()
Gets the gesture modifiers of the current drag event.

Returns:
mouse/keyboard gesture modifiers
 o getTargetActions
 public abstract int getTargetActions()
Return the drop actions supported by the target.

Returns:
target drop action(s)
 o getUserAction
 public abstract int getUserAction()
Get the user action(s). (Whatever that is)

Returns:
user action(s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index