Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Drag and Drop of .class files from Package Explorer

Title: Message
I know this is not a forum to ask questions, but I already tried the newsgroups without success.
This is my last hope so please bear with me. Thanks!
 
I am working on a GEF application that supports drag and drop of Java classes from the Package Explorer. With source code (.java files) this works fine, but when I try to drag a compiled class (.class from a JAR withtin a project) it seems that the drag doesn't even get initiated. It is possibly, however, to open .class file within an Editor (e.g. with a doubleclick).
 
Therefore my question: is it possibly to initiate a drag for a .class file (my goal is to obtain an IType)? If not, could I get some hints as to how this could be done?

Back to the top