[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [platform-dev] How to use command, handler and keybinding
|
- From: Paul Webster <Paul_Webster@xxxxxxxxxx>
- Date: Thu, 7 Dec 2006 09:16:16 -0500
- Delivered-to: platform-dev@eclipse.org
You can search the projects org.eclipse.ui and org.eclipse.ui.workbench for
examples of setting up
org.eclipse.ui.bindings/org.eclipse.ui.commands/org.eclipse.ui.handlers and
classes that implement AbstractHandler, and org.eclipse.ui.tests (you might
have to go to CVS) to see an example of a GenericCommandActionDelegate.
If you have any questions on the use command and handlers, you can post
your questions on the newsgroups eclipse.platform. Check out
http://www.eclipse.org/newsgroups/
PW