| javax.swing.JPanel org.netbeans.modules.refactoring.java.ui.ExtractSuperclassPanel
ExtractSuperclassPanel | public class ExtractSuperclassPanel extends JPanel implements CustomRefactoringPanel(Code) | | UI panel for collecting refactoring parameters.
author: Martin Matula, Jan Pokorsky |
Constructor Summary | |
public | ExtractSuperclassPanel(ExtractSuperclassRefactoring refactoring, ChangeListener parent) Creates new form ExtractSuperclassPanel
Parameters: refactoring - The refactoring this panel provides parameters for. Parameters: selectedMembers - Members that should be pre-selected in the panel(determined by which nodes the action was invoked on - e.g. |
ExtractSuperclassPanel | public ExtractSuperclassPanel(ExtractSuperclassRefactoring refactoring, ChangeListener parent)(Code) | | Creates new form ExtractSuperclassPanel
Parameters: refactoring - The refactoring this panel provides parameters for. Parameters: selectedMembers - Members that should be pre-selected in the panel(determined by which nodes the action was invoked on - e.g. if it wasinvoked on a method, the method will be pre-selected to be pulled up) |
getMembers | public MemberInfo[] getMembers()(Code) | | Getter used by the refactoring UI to get members to be pulled up.
Descriptors of members to be pulled up. |
initialize | public void initialize()(Code) | | Initialization of the panel (called by the parent window).
|
requestFocus | public void requestFocus()(Code) | | |
|
|