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
-
DragSourceDragEvent()
-
-
getDropAction()
- Gets the drop action (MOVE, COPY, etc.) of the completed operation.
-
getGestureModifiers()
- Gets the gesture modifiers of the current drag event.
-
getTargetActions()
- Return the drop actions supported by the target.
-
getUserAction()
- Get the user action(s).
DragSourceDragEvent
public DragSourceDragEvent()
getDropAction
public abstract int getDropAction()
- Gets the drop action (MOVE, COPY, etc.) of the completed operation.
- Returns:
- drop action
getGestureModifiers
public abstract int getGestureModifiers()
- Gets the gesture modifiers of the current drag event.
- Returns:
- mouse/keyboard gesture modifiers
getTargetActions
public abstract int getTargetActions()
- Return the drop actions supported by the target.
- Returns:
- target drop action(s)
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