New Wizard
Create Methods Pane

Element Description
Methods Displays all of the methods you selected to be overridden in Step 5 of the New wizard, as well as any new methods you create in this step. When you hold the pointer over a method's name, a tool tip displays the full method signature as compiled from the information on this pane. Use the New button to create a new method or the Duplicate button to create a copy of an existing method. Use the Up and Down buttons to change the order in which the methods appear in the generated code. Select any method to edit its properties in the bottom of the wizard.
Name Shows the name of the method as it appears in the code.
Access Level Specifies the access level for the method. Select default if you do not want to explicitly declare the method's access level in the method declaration.
Return Type Specifies the return type. You can select from the combo box or type the name of the return type if it is not listed.
Method Type Specifies the method type. Leave the default radio button selected if you do not want to declare the method type in the method declaration.
Parameters Displays the method's parameters. Separate the parameters with commas. List the parameters in the order in which you want them to appear in the method declaration.
Exceptions Specifies the exceptions thrown by the method. Separate the exceptions with commas. List the exceptions in the order in which you want them to appear in the method declaration.
See also
Creating a New File
Creating a Group of Files
New Wizard: Basic Class Definition Pane
New Wizard: Create Fields Pane
New Wizard: Override Inherited Methods Pane

Legal Notices