Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Remove Title from generated EMF editor(Remove title "Resource Set" in ViewerPane)
Remove Title from generated EMF editor [message #658950] Thu, 10 March 2011 14:41 Go to next message
Wagner Paz is currently offline Wagner PazFriend
Messages: 5
Registered: March 2011
Junior Member
Hi,

How can I remove the title "Resource Set" generated in the EMF Editor?

Ps.: I tried to change the method createPages in the generated editor, removing the ViewerPane (Like the Ecore editor do), but with this i loose the linkage with the properties tab.
Re: Remove Title from generated EMF editor [message #658958 is a reply to message #658950] Thu, 10 March 2011 14:51 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Wagner,

The title is determined by the label of the input object to the view.
So you could specialize the ResourceSetItemProvider that's created via
the ResourceItemProviderAdapterFactory, or you might use a new
ItemProvider() instance with the children and label you want as input
(though contents changes of the resource set will no longer update the
view).



Wagner Paz wrote:
> Hi,
>
> How can I remove the title "Resource Set" generated in the EMF Editor?
> Ps.: I tried to change the method createPages in the generated editor,
> removing the ViewerPane (Like the Ecore editor do), but with this i
> loose the linkage with the properties tab.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[EMF Compare] Compare n models and display results in one DiffGroup
Next Topic:Loading a resource with invalid non contained reference
Goto Forum:
  


Current Time: Tue Mar 19 03:02:48 GMT 2024

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

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

Back to the top