Editing the Signature of a Runnable or Method
- In the Outline tab, select the name of the runnable or method you want to modify.
Do one of the following:
- In the Edit menu, select Properties.
- In the context menu, select Properties.
- Double-click the runnable or method.
The signature editor window for the selected runnable or method opens. In this dialog window, you can assign arguments and a return value to a method, and define local variables for a runnable or method.
- Define the arguments and return value for the method as described in Adding an Argument to the Method and Adding a Return Value to the Method.
- Define local variables for the runnable or method as described in Adding Local Variables to a Runnable or Method.
- Click OK to close the signature editor.
See also
Adding an Argument to a Method
Adding a Return Value to a Method