New Class
This first page is basically the same as the common class wizard though some elements that are
not needed in this context are missing.
- Source folder: defines the source folder of a project where the resulting class is stored into
- Package: defines the package of the class
- Name: defines the name of the resulting class
- Modifiers: lets you define the modifiers of the class
- Superclass: defines the super class, by default java.lang.Object
- Interfaces: lets you provide Interfaces, that should be implemented by this class