| EMF.Edit Commands [message #403799] |
Mon, 25 September 2006 01:56  |
Eclipse User |
|
|
|
What is the difference between AddCommand , SetCommand and CreateCommand
in EMF.Edit . Any rule of thumb which states when to use what command .
Thanks and Regards,
Kamesh
|
|
|
|
| Re: EMF.Edit Commands [message #403807 is a reply to message #403801] |
Mon, 25 September 2006 10:11  |
Eclipse User |
|
|
|
Ed,
Thanks for the information . My editor is going in a full swing ..
thanks for the insight that you gave to me on the Command Frameowork ,
the Eclipse documentation really helped me a lot .. Hats off to you :-)
Regards,
Kamesh
Ed Merks wrote:
> Kamesh,
>
> The child creation command is intended to make populating the New
> Child/Sibling menus easy by allowing you simply to create a
> description of what needs to be done in the specialized code of the
> generated item provider. Things like AddCommand and SetCommand are
> basic building blocks intended to do simple operations like
> x.getYs().add(y) and x.setZ(z) as commands. Use the simplest thing
> that accomplishes the task...
>
>
> Kamesh Sampath wrote:
>
>>
>> What is the difference between AddCommand , SetCommand and
>> CreateCommand in EMF.Edit . Any rule of thumb which states when to
>> use what command .
>>
>> Thanks and Regards,
>> Kamesh
>>
|
|
|
Powered by
FUDForum. Page generated in 0.04719 seconds