Issue 74442 - extending/customizing drag and drop functionality of OOoBean doesn't work
Summary: extending/customizing drag and drop functionality of OOoBean doesn't work
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 10:48 UTC by fdeclercq
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description fdeclercq 2007-02-12 10:48:54 UTC
I’m currently working on a Proof of Concept that uses the OOoBean and creates a 
writer view inside an eclipse RCP, which seems to work fine - with some 
exceptions ;-).

At this point I’m struggling with the ability to customize the drag & drop 
functionality. More precisely I would like to drag some java object from one of 
the views and drop it inside the writer view. If this object is represented as 
pure text this is working as the normal behaviour of Writer. When it is some 
specific java object, this is blocked as expected because Writer doesn’t 
support the object. When I try to register another DropTargetListener 
(implemententing the XDropTargetListener interface) I would expect to be able 
to extend the capabilities of Writer to accept custom objects.
However, this doesn't work... The DropTargetListener doesn't receive any event 
with the exception of the dispose event.

Considering the source code of openoffice it looks like this should work.

For more information : http://www.oooforum.org/forum/viewtopic.phtml?t=51304
Comment 1 michael.ruess 2007-02-12 15:00:35 UTC
Reassigned to component "api".
Comment 2 jsc 2007-02-28 10:13:34 UTC
accepted
Comment 3 jsc 2009-06-17 09:04:55 UTC
adapt status to reflect accepted status. But of course it doesn't mean that i am
able to work on it. 
Comment 4 jsc 2009-11-10 12:50:04 UTC
jsc -> tkr: if we will continue to work on the bean we can take of this
Comment 5 tkr 2009-12-14 08:28:04 UTC
accepted