Skip to main content



      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 09:41 Go to next message
Eclipse UserFriend
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 09:51 Go to previous message
Eclipse UserFriend
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.
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: Wed Jul 02 17:26:49 EDT 2025

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

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

Back to the top