Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Graphical Modeling Framework/RCP Support



GMF
Website
Download
Dev Builds
Update Site releases milestones
Community
Mailing ListNewsgroupIRC
Bugzilla
Open
Help Wanted
Bug Day
Source
GMF Notation: View CVS repo

GMF Runtime: View CVS repo
GMF Tooling: View Git Repo, GitHub


GMF Tooling is capable of generating diagram editor as RCP application. To target RCP application instead of workbench plugin select 'RCP Application' checkbox during generator model creation:

GMF Target RCP.png

GenApplication

Generator targets RCP application if it's model (gmfgen) contains GenApplication instance. This element has properties specific to RCP applications such as application id and class names.

Back to the top