Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Unnamed Poltroon (Talk) (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