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

Bug 546378

Summary: Pull-up management of toolbar actions for scrolling, zooming, and fit-to-viewport to AbstractFxView
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0.100   
Target Milestone: 5.1.0 (2019-06)   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2019-04-12 09:53:15 EDT
Currently, the toolbar actions for scrolling, zooming, and fit-to-viewport are maintained by ZestGraphExampleView, DotGraphView, and MvcLogoExampleView, respectively.

However, action creation, contribution, and disposal could be performed at a central place, e.g. AbstractFxView. In doing so, it is important to allow prevention of action contribution by subclasses, as well as to provide access to the actions / action groups.
Comment 1 Matthias Wienand CLA 2019-05-09 13:42:47 EDT
I pulled-up the actions to AbstractFxView. The changes are published on the master branch. Therefore, I resolve this ticket as fixed for 5.1.0 (M2).