Package org.objectstyle.wolips.refactoring

Examples of org.objectstyle.wolips.refactoring.RenameWOComponentWizard$RenameWOComponentRefactoringConfigurationPage


    IResource resource = (IResource)first;

    if (!RefactoringAvailabilityTester.isRenameAvailable(resource)) {
      return;
    }
    RenameWOComponentWizard wizard = new RenameWOComponentWizard(resource);
    new RefactoringStarter().activate(wizard, _site.getShell(), wizard.getWindowTitle(), RefactoringSaveHelper.SAVE_ALL);
  }
View Full Code Here


    }
    IResource resource = getResource(selection);
    if (!RefactoringAvailabilityTester.isRenameAvailable(resource)) {
      return;
    }
    RenameWOComponentWizard wizard = new RenameWOComponentWizard(resource);
    new RefactoringStarter().activate(wizard, _site.getShell(), wizard.getWindowTitle(), RefactoringSaveHelper.SAVE_ALL);
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.refactoring.RenameWOComponentWizard$RenameWOComponentRefactoringConfigurationPage

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.