[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Need meta key info

I need to know what keys are being held down during a TemplateDrop action, and also during a paste action. The past action is my own action and command, but how to I know what keys are held down, and at which point would you recommend me capturing that info?


The TemplateDrop seems to be limited to Drop Copy only, but I want a DropLink. Any idea on how I should go about getting that?


Looks like we have a whole new duplicated DropTargetListener here instead of the one used normally by Java. Its confusing me a bit as to how I should proceed!?


Thanks for tips and direction,



CL