Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] HandledItem Questions

On Sun, Mar 7, 2010 at 6:08 AM, Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx> wrote:
> Would it probably make sense to split it up into:
>

Just a word on what they are.

DirectMenuItem or DirectToolItem is an MContribution.  Basically it
inserts the contribution code call directly into the SWT.Selection
event.  It doesn't interact with the framework, really.

HandledMenuItem and HandledToolItem are the equavalent of
menuContribution command elements.  They're part of the command
framework, and will execute a command.

Later,
PW

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top