Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[533872]: DragDropGesture to support JavaFX drag and drop events #45

Merged
merged 1 commit into from Feb 12, 2019

Conversation

kgirard
Copy link
Contributor

@kgirard kgirard commented Dec 12, 2018

Implement DragDropGesture to support JavaFX drag and drop events

- Create DragDropGesture class to handle JavaFX drag drop gestures
- Create IOnDragDropHandler interface to allow objects to be notified of drag and drop events

Signed-off-by: Kyle Girard <kyle@kdmanalytics.com>
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=533872

@eclipsewebmaster
Copy link

Issue tracker reference:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533872

*
*******************************************************************************/

package com.kdma.brm.riskmap.gestures;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package name com.kdma.brm.riskmap.gestures seems to be weird. Please update the PR to use proper GEF package names.

@miklossy
Copy link
Contributor

Please squash the commits in the Pull Request into one single commit. That makes the review easier.

…vents.

    - Create DragDropGesture class to handle JavaFX drag drop gestures
    - Create IOnDragDropHandler interface to allow objects to be notified of drag and drop events

    Signed-off-by: Kyle Girard <kyle@kdmanalytics.com>
    Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=533872
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants