DragDropEffect.COPY

Overview | Methods | Fields | This Package | All Packages

DragDropEffect.COPY

Specifies that the drag-and-drop operation results in copying the data to the drop target.

Syntax

public static final int COPY;

Remarks

The original data is untouched by the drag source.