Skip to main content



      Home
Home » Eclipse Projects » GEF » Eclipse Commands != GEF Commands?
Eclipse Commands != GEF Commands? [message #212323] Tue, 21 March 2006 15:03 Go to next message
Eclipse UserFriend
Originally posted by: dutz.c-ware.de

I am currently writing my Diplomarbeit (like master thesis) and momentarily
got realy confused in my "Actions and Commands" chapter. After finishing my
description of Commands being abstract commands without any implementation
and Actions being th place where all the fun stuff goes, GEF Commands seem
to be the only Place to implement the ... oh action/command/what the heck!
.... the things that have to be done ;)

Do I simply have to keep in mind that Commands are something completely
different, even if they have the same names?

Chris
Re: Eclipse Commands != GEF Commands? [message #212473 is a reply to message #212323] Thu, 23 March 2006 12:18 Go to previous messageGo to next message
Eclipse UserFriend
The typical workflow is that an action is the placeholder in the UI for the
invokation of a command. The action class sends a request to the target to
retrieve a concrete command. Then the command is executed on the command
stack.

The GEF commands aren't currently integrated with the IOperationHistory
framework available in Eclipse right now. This will be one of the potential
work items in > 3.2.

-Steve

"Christofer Dutz" <dutz@c-ware.de> wrote in message
news:dvpm7n$e4n$1@utils.eclipse.org...
> I am currently writing my Diplomarbeit (like master thesis) and
momentarily
> got realy confused in my "Actions and Commands" chapter. After finishing
my
> description of Commands being abstract commands without any implementation
> and Actions being th place where all the fun stuff goes, GEF Commands seem
> to be the only Place to implement the ... oh action/command/what the heck!
> ... the things that have to be done ;)
>
> Do I simply have to keep in mind that Commands are something completely
> different, even if they have the same names?
>
> Chris
>
>
Re: Eclipse Commands != GEF Commands? [message #212506 is a reply to message #212473] Fri, 24 March 2006 03:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dutz.c-ware.de

Hi Steven,

well this is the way it is done in GEF ... my point was, that in a normal
Eclipse Plugin or RCP application the command posesses no real
implementation but is nothing more than a placeholder.

Chris

"Steven Shaw" <steveshaw@ca.ibm.com> schrieb im Newsbeitrag
news:dvul38$lju$1@utils.eclipse.org...
> The typical workflow is that an action is the placeholder in the UI for
> the
> invokation of a command. The action class sends a request to the target
> to
> retrieve a concrete command. Then the command is executed on the command
> stack.
>
> The GEF commands aren't currently integrated with the IOperationHistory
> framework available in Eclipse right now. This will be one of the
> potential
> work items in > 3.2.
>
> -Steve
>
> "Christofer Dutz" <dutz@c-ware.de> wrote in message
> news:dvpm7n$e4n$1@utils.eclipse.org...
>> I am currently writing my Diplomarbeit (like master thesis) and
> momentarily
>> got realy confused in my "Actions and Commands" chapter. After finishing
> my
>> description of Commands being abstract commands without any
>> implementation
>> and Actions being th place where all the fun stuff goes, GEF Commands
>> seem
>> to be the only Place to implement the ... oh action/command/what the
>> heck!
>> ... the things that have to be done ;)
>>
>> Do I simply have to keep in mind that Commands are something completely
>> different, even if they have the same names?
>>
>> Chris
>>
>>
>
>
Re: Eclipse Commands != GEF Commands? [message #212595 is a reply to message #212323] Mon, 27 March 2006 14:32 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

A command is a different concept in UI. They chose this name in 3.0 knowing
that both GEF and EMF were using command to mean something else. Oh well.

"Christofer Dutz" <dutz@c-ware.de> wrote in message
news:dvpm7n$e4n$1@utils.eclipse.org...
>I am currently writing my Diplomarbeit (like master thesis) and momentarily
>got realy confused in my "Actions and Commands" chapter. After finishing my
>description of Commands being abstract commands without any implementation
>and Actions being th place where all the fun stuff goes, GEF Commands seem
>to be the only Place to implement the ... oh action/command/what the heck!
>... the things that have to be done ;)
>
> Do I simply have to keep in mind that Commands are something completely
> different, even if they have the same names?
>
> Chris
>
Previous Topic:Tree viewer and Drag and Drop DND.DND_COPY
Next Topic:org.eclipse.core.commands.operations framework support
Goto Forum:
  


Current Time: Fri Jul 04 05:08:25 EDT 2025

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

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

Back to the top