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

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

Introduction

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

The text is from its open source code.

Method

voiddropComplete(boolean success)
This method signals that the drop is completed and if it was successful or not.
ComponentgetComponent()
This method returns the Component associated with this DropTargetContext .