Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 503427

Summary: Remove abstract gestures from FX.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF FXAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0.0   
Target Milestone: 5.0.0 (Oxygen) M6   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2016-10-04 11:43:20 EDT
Currently, the abstract gestures provided within FX (AbstractPinchSpreadGesture, AbstractRotateGesture, and AbstractScrollGesture) do not forward inertia events. However, JavaFX fires some events after a gesture was ended. These are called inertia events, and a JavaFX-based application should be able to process them. Therefore, the abstract gestures should be enhanced so that inertia events are forwarded and can be processed by subclasses.
Comment 1 Matthias Wienand CLA 2017-01-13 05:05:33 EST
As event processing matured in JavaFX, the abstract gestures are no longer needed, because a compensation for missing events should not be necessary.
Comment 2 Matthias Wienand CLA 2017-03-14 06:50:28 EDT
I removed all gestures from FX and implemented the required functionality within the ITool implementations directly. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 M6.