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

Bug 467809

Summary: Generalize common gesture aspects into AbstractFXGesture.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF FXAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.10.1 (Mars SR1) M1   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-05-21 04:02:21 EDT
GEF4 FX currently provides 3 gestures (FXMouseDragGesture, FXPinchSpreadGesture, and FXRotateGesture) which share code to register/unregister listeners based on the availability of a JavaFX Scene. This should be generalized into an abstract base class (AbstractFXGesture).
Comment 1 Matthias Wienand CLA 2015-06-26 04:00:16 EDT
I extracted the shared code into an abstract base class. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.10.1M1.