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

Difference between revisions of "EEF/User Guide/Custom Element Editor"

(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...)
 
Line 8: Line 8:
  
 
[[Image:EEF_SampleCustomPEE_Metamodel.png|Ecore model for CustomPropertiesEditionElement sample]]
 
[[Image:EEF_SampleCustomPEE_Metamodel.png|Ecore model for CustomPropertiesEditionElement sample]]
 +
 +
By following the [[../Tutorials/First_Generation | first generation tutorial]], EEF generates theses forms :
 +
 +
[[Image:EEF_CustomPEESample_Standard_result.png | Standard result]]

Revision as of 13:50, 4 January 2012

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

By following the first generation tutorial, EEF generates theses forms :

Standard result

Back to the top