Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » PropertySheetPage query
PropertySheetPage query [message #246314] Thu, 20 November 2008 05:15 Go to next message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

Hi! All,

I have created a viewer extending from ViewPart.
The diagram that I displayed - is from one emf model.

I want to create such thing - so that the PropertySheetPage
should be displayed (with model values), while clicking on the editpart.

Any idea? how to do this?

Would be very much thankful, if you code send me some code
snippet/reference.


Regards,
Manoj
Re: PropertySheetPage query [message #246320 is a reply to message #246314] Thu, 20 November 2008 18:45 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
Take a look at
http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html

Manoj Mitra wrote:
> Hi! All,
>
> I have created a viewer extending from ViewPart.
> The diagram that I displayed - is from one emf model.
>
> I want to create such thing - so that the PropertySheetPage
> should be displayed (with model values), while clicking on the editpart.
>
> Any idea? how to do this?
>
> Would be very much thankful, if you code send me some code
> snippet/reference.
>
>
> Regards,
> Manoj
Re: PropertySheetPage query [message #246325 is a reply to message #246320] Fri, 21 November 2008 05:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

Thank you very much.

Regards,
Manoj

RacerNewbie wrote:
> Take a look at
> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>
>
> Manoj Mitra wrote:
>
>> Hi! All,
>>
>> I have created a viewer extending from ViewPart.
>> The diagram that I displayed - is from one emf model.
>>
>> I want to create such thing - so that the PropertySheetPage
>> should be displayed (with model values), while clicking on the editpart.
>>
>> Any idea? how to do this?
>>
>> Would be very much thankful, if you code send me some code
>> snippet/reference.
>>
>>
>> Regards,
>> Manoj
Re: PropertySheetPage query [message #246376 is a reply to message #246325] Wed, 26 November 2008 17:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: annamalai.ancitconsulting.com

Just register your viewer as a selectionProvider and if you have a EMF Model
it by default is a PropertySource so would handle it :)

Or i suppose better to search for Shapes Diagram with EMF. Chris has
published an EMF version of Shapes Diagram wherein PropertyPage is used.

Hope this helps.

Regards
Malai
"Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
news:gg5ibh$bl6$1@build.eclipse.org...
> Thank you very much.
>
> Regards,
> Manoj
>
> RacerNewbie wrote:
>> Take a look at
>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>> Manoj Mitra wrote:
>>
>>> Hi! All,
>>>
>>> I have created a viewer extending from ViewPart.
>>> The diagram that I displayed - is from one emf model.
>>>
>>> I want to create such thing - so that the PropertySheetPage
>>> should be displayed (with model values), while clicking on the editpart.
>>>
>>> Any idea? how to do this?
>>>
>>> Would be very much thankful, if you code send me some code
>>> snippet/reference.
>>>
>>>
>>> Regards,
>>> Manoj
Re: PropertySheetPage query [message #246385 is a reply to message #246376] Thu, 27 November 2008 17:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: modica.cs.tu-berlin.deNOSPAM

Malai wrote:
> Just register your viewer as a selectionProvider and if you have a EMF Model
> it by default is a PropertySource so would handle it :)
>
> Or i suppose better to search for Shapes Diagram with EMF. Chris has
> published an EMF version of Shapes Diagram wherein PropertyPage is used.

Hi, could you please post a link to this?
I did not find a possibility how to use EObject as IPropertySources or
to derive them from EObjects in some way.

Cheers,

Tony
Re: PropertySheetPage query [message #246457 is a reply to message #246376] Thu, 04 December 2008 06:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

Hi,

Please post a link for this?

I am unable to implement that.

Regards,
Manoj

Malai wrote:
> Just register your viewer as a selectionProvider and if you have a EMF Model
> it by default is a PropertySource so would handle it :)
>
> Or i suppose better to search for Shapes Diagram with EMF. Chris has
> published an EMF version of Shapes Diagram wherein PropertyPage is used.
>
> Hope this helps.
>
> Regards
> Malai
> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
> news:gg5ibh$bl6$1@build.eclipse.org...
>
>>Thank you very much.
>>
>>Regards,
>>Manoj
>>
>>RacerNewbie wrote:
>>
>>>Take a look at
>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>Manoj Mitra wrote:
>>>
>>>
>>>>Hi! All,
>>>>
>>>>I have created a viewer extending from ViewPart.
>>>>The diagram that I displayed - is from one emf model.
>>>>
>>>>I want to create such thing - so that the PropertySheetPage
>>>>should be displayed (with model values), while clicking on the editpart.
>>>>
>>>>Any idea? how to do this?
>>>>
>>>>Would be very much thankful, if you code send me some code
>>>>snippet/reference.
>>>>
>>>>
>>>>Regards,
>>>>Manoj
>
>
>
Re: PropertySheetPage query [message #246461 is a reply to message #246457] Thu, 04 December 2008 16:21 Go to previous messageGo to next message
Anthony Hunter is currently offline Anthony HunterFriend
Messages: 446
Registered: July 2009
Senior Member
Hi Manoj,

http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html

Cheers...
Anthony

"Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
news:49377C0E.7000404@blr.interrasystems.com...
> Hi,
>
> Please post a link for this?
>
> I am unable to implement that.
>
> Regards,
> Manoj
>
> Malai wrote:
>> Just register your viewer as a selectionProvider and if you have a EMF
>> Model it by default is a PropertySource so would handle it :)
>>
>> Or i suppose better to search for Shapes Diagram with EMF. Chris has
>> published an EMF version of Shapes Diagram wherein PropertyPage is used.
>>
>> Hope this helps.
>>
>> Regards
>> Malai
>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>> news:gg5ibh$bl6$1@build.eclipse.org...
>>
>>>Thank you very much.
>>>
>>>Regards,
>>>Manoj
>>>
>>>RacerNewbie wrote:
>>>
>>>>Take a look at
>>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>>Manoj Mitra wrote:
>>>>
>>>>
>>>>>Hi! All,
>>>>>
>>>>>I have created a viewer extending from ViewPart.
>>>>>The diagram that I displayed - is from one emf model.
>>>>>
>>>>>I want to create such thing - so that the PropertySheetPage
>>>>>should be displayed (with model values), while clicking on the
>>>>>editpart.
>>>>>
>>>>>Any idea? how to do this?
>>>>>
>>>>>Would be very much thankful, if you code send me some code
>>>>>snippet/reference.
>>>>>
>>>>>
>>>>>Regards,
>>>>>Manoj
>>
>>
Re: PropertySheetPage query [message #246533 is a reply to message #246461] Wed, 10 December 2008 12:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

Hi! Anthony,

Can you provide any other link on actual implementation?

Regards,
Manoj

sAnthony Hunter wrote:
> Hi Manoj,
>
> http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html
>
> Cheers...
> Anthony
>
> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
> news:49377C0E.7000404@blr.interrasystems.com...
>
>>Hi,
>>
>>Please post a link for this?
>>
>>I am unable to implement that.
>>
>>Regards,
>>Manoj
>>
>>Malai wrote:
>>
>>>Just register your viewer as a selectionProvider and if you have a EMF
>>>Model it by default is a PropertySource so would handle it :)
>>>
>>>Or i suppose better to search for Shapes Diagram with EMF. Chris has
>>>published an EMF version of Shapes Diagram wherein PropertyPage is used.
>>>
>>>Hope this helps.
>>>
>>>Regards
>>>Malai
>>>"Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>news:gg5ibh$bl6$1@build.eclipse.org...
>>>
>>>
>>>>Thank you very much.
>>>>
>>>>Regards,
>>>>Manoj
>>>>
>>>>RacerNewbie wrote:
>>>>
>>>>
>>>>>Take a look at
>>>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>>>Manoj Mitra wrote:
>>>>>
>>>>>
>>>>>
>>>>>>Hi! All,
>>>>>>
>>>>>>I have created a viewer extending from ViewPart.
>>>>>>The diagram that I displayed - is from one emf model.
>>>>>>
>>>>>>I want to create such thing - so that the PropertySheetPage
>>>>>>should be displayed (with model values), while clicking on the
>>>>>>editpart.
>>>>>>
>>>>>>Any idea? how to do this?
>>>>>>
>>>>>>Would be very much thankful, if you code send me some code
>>>>>>snippet/reference.
>>>>>>
>>>>>>
>>>>>>Regards,
>>>>>>Manoj
>>>
>>>
>
Re: PropertySheetPage query [message #246549 is a reply to message #246533] Thu, 11 December 2008 22:53 Go to previous messageGo to next message
Anthony Hunter is currently offline Anthony HunterFriend
Messages: 446
Registered: July 2009
Senior Member
Another link would be looking at the GMF examples, which also use GEF and
EMF.

Cheers...
Anthony

"Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
news:ghoftg$a0s$1@build.eclipse.org...
> Hi! Anthony,
>
> Can you provide any other link on actual implementation?
>
> Regards,
> Manoj
>
> sAnthony Hunter wrote:
>> Hi Manoj,
>>
>> http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html
>>
>> Cheers...
>> Anthony
>>
>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>> news:49377C0E.7000404@blr.interrasystems.com...
>>
>>>Hi,
>>>
>>>Please post a link for this?
>>>
>>>I am unable to implement that.
>>>
>>>Regards,
>>>Manoj
>>>
>>>Malai wrote:
>>>
>>>>Just register your viewer as a selectionProvider and if you have a EMF
>>>>Model it by default is a PropertySource so would handle it :)
>>>>
>>>>Or i suppose better to search for Shapes Diagram with EMF. Chris has
>>>>published an EMF version of Shapes Diagram wherein PropertyPage is used.
>>>>
>>>>Hope this helps.
>>>>
>>>>Regards
>>>>Malai
>>>>"Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>>news:gg5ibh$bl6$1@build.eclipse.org...
>>>>
>>>>
>>>>>Thank you very much.
>>>>>
>>>>>Regards,
>>>>>Manoj
>>>>>
>>>>>RacerNewbie wrote:
>>>>>
>>>>>
>>>>>>Take a look at
>>>>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>>>>Manoj Mitra wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Hi! All,
>>>>>>>
>>>>>>>I have created a viewer extending from ViewPart.
>>>>>>>The diagram that I displayed - is from one emf model.
>>>>>>>
>>>>>>>I want to create such thing - so that the PropertySheetPage
>>>>>>>should be displayed (with model values), while clicking on the
>>>>>>>editpart.
>>>>>>>
>>>>>>>Any idea? how to do this?
>>>>>>>
>>>>>>>Would be very much thankful, if you code send me some code
>>>>>>>snippet/reference.
>>>>>>>
>>>>>>>
>>>>>>>Regards,
>>>>>>>Manoj
>>>>
>>>>
>>
Re: PropertySheetPage query [message #246558 is a reply to message #246549] Fri, 12 December 2008 06:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

Hi!

It seems very difficult by going through the code.
I want to understand - how it works & how easily it can be implemented.

Please help.

Regards,
Manoj

Anthony Hunter wrote:
> Another link would be looking at the GMF examples, which also use GEF and
> EMF.
>
> Cheers...
> Anthony
>
> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
> news:ghoftg$a0s$1@build.eclipse.org...
>
>>Hi! Anthony,
>>
>>Can you provide any other link on actual implementation?
>>
>>Regards,
>>Manoj
>>
>>sAnthony Hunter wrote:
>>
>>>Hi Manoj,
>>>
>>> http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html
>>>
>>>Cheers...
>>>Anthony
>>>
>>>"Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>news:49377C0E.7000404@blr.interrasystems.com...
>>>
>>>
>>>>Hi,
>>>>
>>>>Please post a link for this?
>>>>
>>>>I am unable to implement that.
>>>>
>>>>Regards,
>>>>Manoj
>>>>
>>>>Malai wrote:
>>>>
>>>>
>>>>>Just register your viewer as a selectionProvider and if you have a EMF
>>>>>Model it by default is a PropertySource so would handle it :)
>>>>>
>>>>>Or i suppose better to search for Shapes Diagram with EMF. Chris has
>>>>>published an EMF version of Shapes Diagram wherein PropertyPage is used.
>>>>>
>>>>>Hope this helps.
>>>>>
>>>>>Regards
>>>>>Malai
>>>>>"Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>>>news:gg5ibh$bl6$1@build.eclipse.org...
>>>>>
>>>>>
>>>>>
>>>>>>Thank you very much.
>>>>>>
>>>>>>Regards,
>>>>>>Manoj
>>>>>>
>>>>>>RacerNewbie wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Take a look at
>>>>>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>>>>>Manoj Mitra wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>Hi! All,
>>>>>>>>
>>>>>>>>I have created a viewer extending from ViewPart.
>>>>>>>>The diagram that I displayed - is from one emf model.
>>>>>>>>
>>>>>>>>I want to create such thing - so that the PropertySheetPage
>>>>>>>>should be displayed (with model values), while clicking on the
>>>>>>>>editpart.
>>>>>>>>
>>>>>>>>Any idea? how to do this?
>>>>>>>>
>>>>>>>>Would be very much thankful, if you code send me some code
>>>>>>>>snippet/reference.
>>>>>>>>
>>>>>>>>
>>>>>>>>Regards,
>>>>>>>>Manoj
>>>>>
>>>>>
>
>
Re: PropertySheetPage query [message #246562 is a reply to message #246558] Fri, 12 December 2008 08:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

Hi! All,

It would be better, if you could specify the step-by-stpe procedure to
implement the PropertySheetPage with ViewPart.

Regards,
Manoj

Manoj Mitra wrote:
> Hi!
>
> It seems very difficult by going through the code.
> I want to understand - how it works & how easily it can be implemented.
>
> Please help.
>
> Regards,
> Manoj
>
> Anthony Hunter wrote:
>
>> Another link would be looking at the GMF examples, which also use GEF
>> and EMF.
>>
>> Cheers...
>> Anthony
>>
>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>> news:ghoftg$a0s$1@build.eclipse.org...
>>
>>> Hi! Anthony,
>>>
>>> Can you provide any other link on actual implementation?
>>>
>>> Regards,
>>> Manoj
>>>
>>> sAnthony Hunter wrote:
>>>
>>>> Hi Manoj,
>>>>
>>>> http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html
>>>>
>>>> Cheers...
>>>> Anthony
>>>>
>>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>> news:49377C0E.7000404@blr.interrasystems.com...
>>>>
>>>>
>>>>> Hi,
>>>>>
>>>>> Please post a link for this?
>>>>>
>>>>> I am unable to implement that.
>>>>>
>>>>> Regards,
>>>>> Manoj
>>>>>
>>>>> Malai wrote:
>>>>>
>>>>>
>>>>>> Just register your viewer as a selectionProvider and if you have a
>>>>>> EMF Model it by default is a PropertySource so would handle it :)
>>>>>>
>>>>>> Or i suppose better to search for Shapes Diagram with EMF. Chris
>>>>>> has published an EMF version of Shapes Diagram wherein
>>>>>> PropertyPage is used.
>>>>>>
>>>>>> Hope this helps.
>>>>>>
>>>>>> Regards
>>>>>> Malai
>>>>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>>>> news:gg5ibh$bl6$1@build.eclipse.org...
>>>>>>
>>>>>>
>>>>>>
>>>>>>> Thank you very much.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Manoj
>>>>>>>
>>>>>>> RacerNewbie wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> Take a look at
>>>>>>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>>>>>> Manoj Mitra wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> Hi! All,
>>>>>>>>>
>>>>>>>>> I have created a viewer extending from ViewPart.
>>>>>>>>> The diagram that I displayed - is from one emf model.
>>>>>>>>>
>>>>>>>>> I want to create such thing - so that the PropertySheetPage
>>>>>>>>> should be displayed (with model values), while clicking on the
>>>>>>>>> editpart.
>>>>>>>>>
>>>>>>>>> Any idea? how to do this?
>>>>>>>>>
>>>>>>>>> Would be very much thankful, if you code send me some code
>>>>>>>>> snippet/reference.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Regards,
>>>>>>>>> Manoj
>>>>>>
>>>>>>
>>>>>>
>>
>>
Re: PropertySheetPage query [message #246612 is a reply to message #246562] Thu, 18 December 2008 04:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

No reply yet!!!!!


Manoj Mitra wrote:
> Hi! All,
>
> It would be better, if you could specify the step-by-stpe procedure to
> implement the PropertySheetPage with ViewPart.
>
> Regards,
> Manoj
>
> Manoj Mitra wrote:
>
>> Hi!
>>
>> It seems very difficult by going through the code.
>> I want to understand - how it works & how easily it can be implemented.
>>
>> Please help.
>>
>> Regards,
>> Manoj
>>
>> Anthony Hunter wrote:
>>
>>> Another link would be looking at the GMF examples, which also use GEF
>>> and EMF.
>>>
>>> Cheers...
>>> Anthony
>>>
>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>> news:ghoftg$a0s$1@build.eclipse.org...
>>>
>>>> Hi! Anthony,
>>>>
>>>> Can you provide any other link on actual implementation?
>>>>
>>>> Regards,
>>>> Manoj
>>>>
>>>> sAnthony Hunter wrote:
>>>>
>>>>> Hi Manoj,
>>>>>
>>>>> http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html
>>>>>
>>>>> Cheers...
>>>>> Anthony
>>>>>
>>>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>>> news:49377C0E.7000404@blr.interrasystems.com...
>>>>>
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Please post a link for this?
>>>>>>
>>>>>> I am unable to implement that.
>>>>>>
>>>>>> Regards,
>>>>>> Manoj
>>>>>>
>>>>>> Malai wrote:
>>>>>>
>>>>>>
>>>>>>> Just register your viewer as a selectionProvider and if you have
>>>>>>> a EMF Model it by default is a PropertySource so would handle it :)
>>>>>>>
>>>>>>> Or i suppose better to search for Shapes Diagram with EMF. Chris
>>>>>>> has published an EMF version of Shapes Diagram wherein
>>>>>>> PropertyPage is used.
>>>>>>>
>>>>>>> Hope this helps.
>>>>>>>
>>>>>>> Regards
>>>>>>> Malai
>>>>>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>>>>> news:gg5ibh$bl6$1@build.eclipse.org...
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> Thank you very much.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Manoj
>>>>>>>>
>>>>>>>> RacerNewbie wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> Take a look at
>>>>>>>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>>>>>>> Manoj Mitra wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> Hi! All,
>>>>>>>>>>
>>>>>>>>>> I have created a viewer extending from ViewPart.
>>>>>>>>>> The diagram that I displayed - is from one emf model.
>>>>>>>>>>
>>>>>>>>>> I want to create such thing - so that the PropertySheetPage
>>>>>>>>>> should be displayed (with model values), while clicking on the
>>>>>>>>>> editpart.
>>>>>>>>>>
>>>>>>>>>> Any idea? how to do this?
>>>>>>>>>>
>>>>>>>>>> Would be very much thankful, if you code send me some code
>>>>>>>>>> snippet/reference.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>> Manoj
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>
>>>
Re: PropertySheetPage query [message #246634 is a reply to message #246612] Mon, 22 December 2008 06:58 Go to previous message
Eclipse UserFriend
Originally posted by: manojm.blr.interrasystems.com

Hi! All,

I can display the propertysheetpage with viewpart, but on clicking on
the editpart, propertysheetpage is not getting updated or refreshed.

Please provide some idea.

Regards,
Manoj

Manoj Mitra wrote:
> No reply yet!!!!!
>
>
> Manoj Mitra wrote:
>
>> Hi! All,
>>
>> It would be better, if you could specify the step-by-stpe procedure to
>> implement the PropertySheetPage with ViewPart.
>>
>> Regards,
>> Manoj
>>
>> Manoj Mitra wrote:
>>
>>> Hi!
>>>
>>> It seems very difficult by going through the code.
>>> I want to understand - how it works & how easily it can be implemented.
>>>
>>> Please help.
>>>
>>> Regards,
>>> Manoj
>>>
>>> Anthony Hunter wrote:
>>>
>>>> Another link would be looking at the GMF examples, which also use
>>>> GEF and EMF.
>>>>
>>>> Cheers...
>>>> Anthony
>>>>
>>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>> news:ghoftg$a0s$1@build.eclipse.org...
>>>>
>>>>> Hi! Anthony,
>>>>>
>>>>> Can you provide any other link on actual implementation?
>>>>>
>>>>> Regards,
>>>>> Manoj
>>>>>
>>>>> sAnthony Hunter wrote:
>>>>>
>>>>>> Hi Manoj,
>>>>>>
>>>>>> http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html
>>>>>>
>>>>>> Cheers...
>>>>>> Anthony
>>>>>>
>>>>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>>>> news:49377C0E.7000404@blr.interrasystems.com...
>>>>>>
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Please post a link for this?
>>>>>>>
>>>>>>> I am unable to implement that.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Manoj
>>>>>>>
>>>>>>> Malai wrote:
>>>>>>>
>>>>>>>
>>>>>>>> Just register your viewer as a selectionProvider and if you have
>>>>>>>> a EMF Model it by default is a PropertySource so would handle it :)
>>>>>>>>
>>>>>>>> Or i suppose better to search for Shapes Diagram with EMF. Chris
>>>>>>>> has published an EMF version of Shapes Diagram wherein
>>>>>>>> PropertyPage is used.
>>>>>>>>
>>>>>>>> Hope this helps.
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Malai
>>>>>>>> "Manoj Mitra" <manojm@blr.interrasystems.com> wrote in message
>>>>>>>> news:gg5ibh$bl6$1@build.eclipse.org...
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> Thank you very much.
>>>>>>>>>
>>>>>>>>> Regards,
>>>>>>>>> Manoj
>>>>>>>>>
>>>>>>>>> RacerNewbie wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> Take a look at
>>>>>>>>>> http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.html
>>>>>>>>>> Manoj Mitra wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> Hi! All,
>>>>>>>>>>>
>>>>>>>>>>> I have created a viewer extending from ViewPart.
>>>>>>>>>>> The diagram that I displayed - is from one emf model.
>>>>>>>>>>>
>>>>>>>>>>> I want to create such thing - so that the PropertySheetPage
>>>>>>>>>>> should be displayed (with model values), while clicking on
>>>>>>>>>>> the editpart.
>>>>>>>>>>>
>>>>>>>>>>> Any idea? how to do this?
>>>>>>>>>>>
>>>>>>>>>>> Would be very much thankful, if you code send me some code
>>>>>>>>>>> snippet/reference.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Regards,
>>>>>>>>>>> Manoj
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>
>>>>
Previous Topic:Using grouped SWT widgets in GMF editor.
Next Topic:[Zest] Changing the shape of Nodes in zest while using the content provider
Goto Forum:
  


Current Time: Wed Apr 24 23:37:25 GMT 2024

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

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

Back to the top