Use to specify options for the Pull Up refactoring command. Use Pull Up to move one or more members from the selected class to a superclass.
Element | Description |
---|---|
Destination Supertype |
Drop-down list that contains the names of the superclasses for the current class. Select the class that you want to move class members to. |
Members to Pull Up |
Contains the list of inner classes, methods, and fields in the current class.
Select the checkbox to the left of each member that you want to have moved to the selected superclass. Select the Make Abstract checkbox for any methods that you have selected to pull up for which you would like to have the declaration in the superclass but keep the implementation in the current class. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |