Package at.ssw.coco.ide.features.refactoring.core

Examples of at.ssw.coco.ide.features.refactoring.core.RenameRefactorInfo


   
    if( selection != null && selection instanceof ITextSelection ) {
      atgEditor = (ATGEditor) HandlerUtil.getActiveEditor(event);
      shell = HandlerUtil.getActiveShell(event);
      textSelection = (ITextSelection) selection;
      info = new RenameRefactorInfo(
          textSelection.getOffset(),
          textSelection.getText(),
          textSelection.getText(),
          atgEditor);
      if (saveAll()) {
View Full Code Here

TOP

Related Classes of at.ssw.coco.ide.features.refactoring.core.RenameRefactorInfo

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.