I had a look at: Eclipse-Shortcuts, but I found nothing for generating a constructor.
Whats the shortcut for generating a standard constructor?
Type the first letter of your class, then press Ctrl+Space, Eclipse will list suggestions within a combobox. The topmost suggestion is the default constructor. Press Enter, it will be done. (I'm using Eclipse Juno and it works.)