Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] How to use command, handler and keybinding

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



Back to the top