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 file as generated from the information you enter on this pane. |
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 select from the list of all possible superclasses for the current template or type the fully qualified name of the superclass if it is not listed. If you are creating an interface, specify the interfaces it extends in the Interfaces Implemented field. Because interfaces do not implement their methods, the New From Template wizard skips the Override Inherited Methods step if your class extends an interface. |
Interfaces Implemented |
Specifies the interfaces implemented by the class. Type the fully qualified names for the interfaces in a comma-separated list. The interface names should appear in the order in which you want them to appear in the class declaration. |
See also | |
---|---|
Creating a New File Creating a Group of Files New Wizard: Create Fields Pane New Wizard: Override Inherited Methods Pane New Wizard: Create Methods Pane |