Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [EEF] Customizing EEF Generation ( We have to customize the EEF code generation where editor should implement our own base editor and editor page should inherit from specific page and all sections generated also should inherit from s)
[EEF] Customizing EEF Generation [message #869432] Thu, 03 May 2012 11:52 Go to next message
Ramesh Nachimuthu is currently offline Ramesh NachimuthuFriend
Messages: 10
Registered: May 2012
Junior Member
Hi,

We are working in a project where we have to build form/graphical editor for Ecore models. All these Editors will be running over Eclipse Sematic File System, where actual resources will be stored backed repositories and will shown in Eclipse. We already have some base classes for editor/pages/section which provides services like locking the objects in backend while start editing in Eclipse Editor.

We want to use EEF framework here to generate these Editors/Part of the Editor. But we have to use the existing base classes in our Editor/Page/Sections. So I would like to know, how we can customize the EEF code generation according to our specific needs.

Regards,
Ramesh
Re: [EEF] Customizing EEF Generation [message #870925 is a reply to message #869432] Thu, 10 May 2012 09:26 Go to previous message
Goulwen Le Fur is currently offline Goulwen Le FurFriend
Messages: 125
Registered: July 2009
Senior Member
Hi,

I think that you don't need to customize EEF generation. You can
generate the EEF code and integrate it in your application. The
difference between your need and the EEF standard use is that you can't
use the "hosts" provided by the EEF framework (Properties Editing
Wizard, Properties Editing Section) but you have to develop your own
host to integrate it in your application. You can follow the example of
the EEF Details page to use the PropertiesEditionViewer in your own ui
parts :
http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.emf/org.eclipse.emf.eef/plugins/org.eclipse.emf.eef.runtime.extended/src/org/eclipse/emf/eef/runtime/ui/editors/pages/EEFDetailsPage.java?view=markup&root=Modeling_Project

Let me know if you need more help.

Regards

--
Goulwen

Le 03/05/2012 13:52, Ramesh Nachimuthu a écrit :
> Hi,
>
> We are working in a project where we have to build form/graphical editor
> for Ecore models. All these Editors will be running over Eclipse Sematic
> File System, where actual resources will be stored backed repositories
> and will shown in Eclipse. We already have some base classes for
> editor/pages/section which provides services like locking the objects in
> backend while start editing in Eclipse Editor.
> We want to use EEF framework here to generate these Editors/Part of the
> Editor. But we have to use the existing base classes in our
> Editor/Page/Sections. So I would like to know, how we can customize the
> EEF code generation according to our specific needs.
> Regards,
> Ramesh
Previous Topic:[TEXO] xsd mappings
Next Topic:[TEXO] unbounded type
Goto Forum:
  


Current Time: Fri Mar 29 11:39:03 GMT 2024

Powered by FUDForum. Page generated in 0.03074 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top