In Eclipse 3.5, under Windows -> Preferences -> Java > Editor -> Templates, I can add code templates. However, these templates can only contain snippets which I can insert into an existing Java class.
Is it possible to create templates for whole Java classes, which I can add for example using File -> New -> My-Java-Class?