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

EEF/User Guide/Custom Element Editor

< EEF‎ | User Guide
Revision as of 13:40, 4 January 2012 by Goulwen.lefur.obeo.fr (Talk | contribs) (New page: == Custom Properties Edition Element == EEF generators offer a set of widget to build EMF editing forms. Sometime other widget needs appear to create more efficient GUIs. In this case, EE...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Custom Properties Edition Element

EEF generators offer a set of widget to build EMF editing forms. Sometime other widget needs appear to create more efficient GUIs. In this case, EEF users can employ CustomPropertiesEditionElement to generate user code areas inside the EEF properties code.

Sample

Let's start this sample with this sample Ecore model :

Ecore model for CustomPropertiesEditionElement sample

Back to the top