Java java.awt.dnd DragSourceContext fields, constructors, methods, implement or subclass

Example usage for Java java.awt.dnd DragSourceContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.dnd DragSourceContext.

The text is from its open source code.

Method

ComponentgetComponent()
Returns the Component associated with this DragSourceContext .
CursorgetCursor()
Returns the current custom drag Cursor .
DragSourcegetDragSource()
Returns the DragSource that instantiated this DragSourceContext .
intgetSourceActions()
Returns a bitwise mask of DnDConstants that represent the set of drop actions supported by the drag source for the drag operation associated with this DragSourceContext .
TransferablegetTransferable()
Returns the Transferable associated with this DragSourceContext .
DragGestureEventgetTrigger()
Returns the DragGestureEvent that initially triggered the drag.
voidsetCursor(Cursor c)
Sets the custom cursor for this drag operation to the specified Cursor .