Java Class Wizard Plugin By Dominic Stolerman
dds26@cam.ac.uk>

Java Class Wizard plugin provides a Wizard for creating source Java Class files. It displays a graphical interface for entering all the information for a Java Class file and will then provide the option to insert empty methods for all the abstract methods in its superclass and implemented interfaces using reflection.

Note: The superclass/interfaces must be in jEdit's classpath for the methods to be added.

Tip: When searching for the superclass/interfaces the classes package and import statements are taken into account so the fully qualified name is not required.