This frame is used to define the attributes and properties of a method stored in the method wizard.
Fully Qualified Name: Modifies the name of the method. This name will be shown in the method wizard's list.
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.