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. 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. 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 panel.
|
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 of the selected method. You can select from the combo box or enter the name of
the return type if it is not listed. |
Method Type |
Specifies the method type for the method. Leave the default radio button selected if you do not want
to declare the method type in the method declaration.
|
Parameters |
Enter the parameters for the selected method 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 that the selected method throws. The exceptions should be separated by commas and
appear in the order in which you want them to appear in the method declaration.
|