Home » Eclipse Projects » GEF » PropertySheetPage query
PropertySheetPage query [message #246314] |
Thu, 20 November 2008 00:15  |
Eclipse User |
|
|
|
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 #246533 is a reply to message #246461] |
Wed, 10 December 2008 07:41   |
Eclipse User |
|
|
|
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 17:53   |
Eclipse User |
|
|
|
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 01:03   |
Eclipse User |
|
|
|
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 03:24   |
Eclipse User |
|
|
|
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] |
Wed, 17 December 2008 23:59   |
Eclipse User |
|
|
|
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 01:58  |
Eclipse User |
|
|
|
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
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>
>>>>
|
|
|
Goto Forum:
Current Time: Wed Jul 23 11:16:29 EDT 2025
Powered by FUDForum. Page generated in 0.06837 seconds
|