Editing the Signature of a Runnable or Method

  1. In the Outline tab, select the name of the runnable or method you want to modify.
  2. 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.

  3. 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.
  4. Define local variables for the runnable or method as described in Adding Local Variables to a Runnable or Method.
  5. Click OK to close the signature editor.

See also

Adding an Argument to a Method

Adding a Return Value to a Method

Adding Local Variables to a Runnable or Method

Editing Arguments and Local Variables