Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » PluginTransfer Drag and Drop
PluginTransfer Drag and Drop [message #203858] Mon, 28 November 2005 16:45 Go to next message
Eclipse UserFriend
Originally posted by: apara.sharma.tugulu.com

Hi,

I am working on Drag ad drop in GEF.

To drag i am using a PluginTransfer to transfer from NavigatorView to
Editor since they are different plugins in the application.

Using Plugin i am able to drag and drop between different plugins. THE
PROBLEM IS but i am UNABLE to implement drop in the same navigatorView.

Is there a way i can use Plugin transefer and do D&D in the same viewer.

I am in bad need of any kind of help.

Please suggest :)

Thanks and cheers

Apara
Re: PluginTransfer Drag and Drop [message #204135 is a reply to message #203858] Wed, 30 November 2005 13:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ayesha.ltp.soft.net

You will have to write a class that extends
AbstractTransferDropTargetListener. Within this class, you must implement
the required methods.

Ayesha
"apara sharma" <apara.sharma@tugulu.com> wrote in message
news:dmfc7q$djh$1@news.eclipse.org...
> Hi,
>
> I am working on Drag ad drop in GEF.
>
> To drag i am using a PluginTransfer to transfer from NavigatorView to
> Editor since they are different plugins in the application.
>
> Using Plugin i am able to drag and drop between different plugins. THE
> PROBLEM IS but i am UNABLE to implement drop in the same navigatorView.
>
> Is there a way i can use Plugin transefer and do D&D in the same viewer.
>
> I am in bad need of any kind of help.
>
> Please suggest :)
>
> Thanks and cheers
>
> Apara
>
Re: PluginTransfer Drag and Drop [message #204248 is a reply to message #204135] Thu, 01 December 2005 15:57 Go to previous message
Eclipse UserFriend
Originally posted by: apara.sharma.tugulu.com

D Ayesha ,

i extended PluginDropAdapter class and its works fine for me.

Thank u!!!



Ayesha wrote:
> You will have to write a class that extends
> AbstractTransferDropTargetListener. Within this class, you must implement
> the required methods.
>
> Ayesha
> "apara sharma" <apara.sharma@tugulu.com> wrote in message
> news:dmfc7q$djh$1@news.eclipse.org...
>
>>Hi,
>>
>>I am working on Drag ad drop in GEF.
>>
>>To drag i am using a PluginTransfer to transfer from NavigatorView to
>>Editor since they are different plugins in the application.
>>
>>Using Plugin i am able to drag and drop between different plugins. THE
>>PROBLEM IS but i am UNABLE to implement drop in the same navigatorView.
>>
>>Is there a way i can use Plugin transefer and do D&D in the same viewer.
>>
>>I am in bad need of any kind of help.
>>
>>Please suggest :)
>>
>>Thanks and cheers
>>
>>Apara
>>
>
>
>
Previous Topic:Keyboard accessibility questions
Next Topic:Generic Image Export
Goto Forum:
  


Current Time: Fri Apr 19 22:31:48 GMT 2024

Powered by FUDForum. Page generated in 0.02987 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top