Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Action programmatically invocation


Marco,

What you ask is not possible. What we have done to work around this issue is provide an IActionDelegate wrapper class for invoking the action delegate programmatically.

Michael



Marco Barbi <m.barbi@xxxxxxxxxx>
Sent by: platform-dev-bounces@xxxxxxxxxxx

30/09/2005 06:42 AM

Please respond to
"Eclipse platform general developers list."

To
platform-dev@xxxxxxxxxxx
cc
Subject
[platform-dev] Action programmatically invocation





Hi,

I've been developing a RCP application (Eclipse 3.1) and I'd like that
the mouse double-click on a TreeViewer item opens an editor. Since I've
already defined an Action in the plugin.xml that performs the same
behaviour, my intention is somehow invoking the Action from the
doubleClick method of the TreeViewer listener.

Is this possible? How?

Thanks.
Marco

--

Marco Barbi
S A T A srl
via Delfini, 26 - 41100 Modena (ITALY)
Tel: +39059331174
Fax: +390593365731
Web: http://www.satanet.it

_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-dev


Back to the top