Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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



Back to the top