-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
6u5
-
x86
-
windows_xp
J2SE Version (please include all output from java -version flag):
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
Does this problem occur on J2SE 5.0.x or 6.0? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
Microsoft Windows XP [Version 5.1.2600]
Bug Description:
RFE 5029432 : Provide a way of getting the action in TransferHandler.importData(...)
This was closed as a Duplicate of another bug which was fixed but did not fix this bug.
The comment from the Evaluator is: 'This action will only be provided for drag and drop
as it doesn't make sense and therefore isn't available for clipboard transfers.'
When doing a clipboard transfer import data needs to know if it was a copy or paste,
or a cut and paste in order to know to do a copy or a move.
That is what the RFE was
asking for, with reasons written in the RFE.
The RFE also specified a way of doing
this (storing the action in the Transferable placed on the clipboard).
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
Does this problem occur on J2SE 5.0.x or 6.0? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
Microsoft Windows XP [Version 5.1.2600]
Bug Description:
RFE 5029432 : Provide a way of getting the action in TransferHandler.importData(...)
This was closed as a Duplicate of another bug which was fixed but did not fix this bug.
The comment from the Evaluator is: 'This action will only be provided for drag and drop
as it doesn't make sense and therefore isn't available for clipboard transfers.'
When doing a clipboard transfer import data needs to know if it was a copy or paste,
or a cut and paste in order to know to do a copy or a move.
That is what the RFE was
asking for, with reasons written in the RFE.
The RFE also specified a way of doing
this (storing the action in the Transferable placed on the clipboard).