Method Properties

This frame is used to define the properties of a method.

Modifiers: The modifiers define the scope of the method. Select the toggle buttons to decide which of the modifiers (public, protected, private, abstract, final, native, or synchronized) apply.

Result Type: Enter the name of the result type of the method. You can use the pull down menu to select one of the default values.

Parameters: This editable list holds all parameters for the method. Use the context menu to add some default values.

Throws List: Define all exceptions that can be thrown by this method. Use the contect menu to add some default values.

Ok: Close the properties frame and apply all changes made.

Cancel: Close the properties frame and discard all changes made.