Introduce Method Dialog Box

Use to specify options for the Introduce Method refactoring command.

Element Description

Method Name

Specifies the name of the method to be created.

Access

Lists containing the four possible accessibility modifiers (public, protected, default, and private). Select the accessibility modifier that you want the method to have.

Parameters

Displays the parameters for the method. Click Move Up and Move Down to change the order of the parameters.

Method Signature Preview

Shows the way that the method signature look based on the values of the other fields in the dialog box.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.