Package org.python.pydev.refactoring.codegenerator.generateproperties

Examples of org.python.pydev.refactoring.codegenerator.generateproperties.GeneratePropertiesRefactoring


import org.python.pydev.refactoring.ui.pages.GeneratePropertiesPage;

public class GeneratePropertiesAction extends AbstractRefactoringAction {
    @Override
    protected AbstractPythonRefactoring createRefactoring(RefactoringInfo info) {
        return new GeneratePropertiesRefactoring(info);
    }
View Full Code Here

TOP

Related Classes of org.python.pydev.refactoring.codegenerator.generateproperties.GeneratePropertiesRefactoring

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.