A coworker of mine new to Eclipse (from JBuilder) wants to know how to just click on a class and add a new method. I right-clicked on the class in the Outline view, and sure enough, there's no "new method" command. I can generate getters and setters, and delegate methods, and extract methods, and pull methods up or push them down, all of which are very useful, but I don't see how to create a new method.
I can type private (or public), with no space, and access code-assist with control-space, and create a new method, and then I can right-click on that method and change the method signature from the refactor menu (alt-shift-C), but it seems like there should be a nice way to click on a class somehow and bring up that method signature wizard right away for creating a brand new method.
Is there a way to do this?