Use to specify options for the Extract Interface refactoring command.
Element | Description |
---|---|
Interface Name |
Contains the name of the interface to be created. |
Members to Extract |
List of methods and interfaces that you can include in the new interface. Select the checkbox of each method that you want to include in the interface.Only public and non-static methods appear in this list.If the class from which you are extracting an interface already implements an interface, the implemented interface is also listed. If you select the checkbox for that interface, the implements clause for that new interface is moved to the new interface that you are extracting. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |