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 mouse 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 | 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 choose from the combo box or enter 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 | Enter the method's parameters in this field. The parameters should be separated by commas and appear in the order in which you want them to appear in the method declaration. |
Exceptions | Specifies the exceptions thrown by the method. The exceptions should be separated by commas and appear 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 |