Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] How to implement Drag and Drop between two views? Thanks

Hi, there:

In fact the operation I want to implement is very simple:

Select some file in the navigator view, then drag and drop it over another
view(not editor) created by my program.

The question is:
How to get the file path who has been drag-and-dropped, so that I can do
some operation in anther view.

Thanks for any suggestion in advance.

C.L





Back to the top