[ Thanks to An Anonymous Reader for
this link. ]
“This article demonstrates how to add new files to an existing
Eclipse projects using a wizard. Eclipse wizards are a great way to
define repeatable templates for file types when the built-in
template functionality won’t suffice. After working through it, you
should be able to implement your own wizards in Eclipse to create
new files.“To get the most out of this, you should feel comfortable
building Java programming language classes, and you should also be
comfortable with inheritance and using interfaces. You should be
able to start up Eclipse, but this article doesn’t assume that
you’re an Eclipse master…”