Example usage for Java java.awt.dnd DropTargetContext fields, constructors, methods, implement or subclass
The text is from its open source code.
void | dropComplete(boolean success) This method signals that the drop is completed and if it was successful or not. |
Component | getComponent() This method returns the Component associated with this DropTargetContext . |