From acbb5a787b8623745aa440b37705e76dfab21d4e Mon Sep 17 00:00:00 2001 From: Adam Wagner Date: Wed, 22 Mar 2017 16:41:35 +0200 Subject: Remove support for transfer data type (#8910) * Remove API for setting arbitrary drag data * Store the drag source component in the UI Fixes #8893 --- documentation/advanced/advanced-dragndrop.asciidoc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'documentation/advanced/advanced-dragndrop.asciidoc') diff --git a/documentation/advanced/advanced-dragndrop.asciidoc b/documentation/advanced/advanced-dragndrop.asciidoc index 8c9124f6d7..36eaa27303 100644 --- a/documentation/advanced/advanced-dragndrop.asciidoc +++ b/documentation/advanced/advanced-dragndrop.asciidoc @@ -19,9 +19,9 @@ folders or dragging a document on a program to open it. Framework version 8.1 ad == Drag Source -Any component can be made a drag source that has a set of data that is transferred when it is dragged and dropped. +Any component can be made a drag source that has textual data that is transferred when it is dragged and dropped. -To make a component a drag source, you apply the [classname]#DragSourceExtension# to it. Then you can define the data to transfer, and the allowed drag effect. +To make a component a drag source, you apply the [classname]#DragSourceExtension# to it. Then you can define the text to transfer, and the allowed drag effect. [source, java] ---- @@ -30,14 +30,13 @@ DragSourceExtension