New Wizard
Basic Class Definition Panel

Element Description
Name and Package Display the name and package of your class as specified in Step 2 of the wizard. To change these values, click the Back button to return to Step 2.
Class Declaration Displays the class declaration for your class as compiled from the information you enter on this panel.
Access Level Specifies the access level of the class. Select default if you do not want to explicitly declare the access level in the class declaration.
Class Type Specifies the class' type. Select default if you do not want to explicitly declare the class type in the class declaration.
Superclass Specifies the superclass that your class extends. You can choose from the list of all possible superclasses for the current template or enter the name of the superclass if it is not listed. If you extend an interface the New wizard skips the Override Inherited Methods step, as interfaces do not implement their methods.
Interfaces Implemented Specifies the interfaces implemented by the class. The interfaces should be separated by commas and appear in the order in which you want them to appear in the class declaration.
Fully-qualified name tips.
See also
Synchronizing Source Code
Node Objects in the Explorer and Object Browser
Using Quick Browse for Java Elements
Filesystems and the Java Classpath

Specifying the Default Compiler
Specifying the Default Executor
Specifying the Default Debugger

Configuring the Compilers in the IDE
Configuring the Default Debugger
Configuring the Executors That Run Your Programs

Legal Notices