Example usage for Java java.awt.dnd DragSourceContext fields, constructors, methods, implement or subclass
The text is from its open source code.
Component | getComponent() Returns the Component associated with this DragSourceContext . |
Cursor | getCursor() Returns the current custom drag Cursor . |
DragSource | getDragSource() Returns the DragSource that instantiated this DragSourceContext . |
int | getSourceActions() 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 . |
Transferable | getTransferable() Returns the Transferable associated with this DragSourceContext . |
DragGestureEvent | getTrigger() Returns the DragGestureEvent that initially triggered the drag. |
void | setCursor(Cursor c) Sets the custom cursor for this drag operation to the specified Cursor . |