Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » EMFCompositePropertySource instead of PropertySource in XXXPropertySection
EMFCompositePropertySource instead of PropertySource in XXXPropertySection [message #209981] Thu, 30 October 2008 12:57 Go to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi,

Currently, the generated code of the getPropertySource(Object object)
method of XXXPropertySection returns a PropertySource:

return new PropertySource(object, ips);

I think that a good alternative might be to return an
EMFCompositePropertySource instead:

return new EMFCompositePropertySource(object, ips, "Misc");

so that the user can set the value of a feature of many objects (e.g.
select 5 classes and set their abstract property to true). Does this
sound sensible? If so I can file a new enhancement request in the bugzilla.

Cheers,
Dimitrios
Re: EMFCompositePropertySource instead of PropertySource in XXXPropertySection [message #210143 is a reply to message #209981] Fri, 31 October 2008 11:16 Go to previous messageGo to next message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Dimitrios,

Yes, please file it.

-----------------
Alex Shatalin
Re: EMFCompositePropertySource instead of PropertySource in XXXPropertySection [message #210180 is a reply to message #210143] Fri, 31 October 2008 12:56 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Done. https://bugs.eclipse.org/bugs/show_bug.cgi?id=252963

Cheers,
Dimitrios

Alex Shatalin wrote:
> Hello Dimitrios,
>
> Yes, please file it.
>
> -----------------
> Alex Shatalin
>
>
Previous Topic:Run "Validate" on doSave
Next Topic:Why are my children and edges null when i get my diagram not using an editor?
Goto Forum:
  


Current Time: Sat Apr 20 02:03:56 GMT 2024

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

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

Back to the top