Modelers

org.topcased.core.refactoring
Class RenameModelFileRefactoring

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.ltk.core.refactoring.Refactoring
          extended by org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
              extended by org.topcased.core.refactoring.RenameModelFileRefactoring
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable

public class RenameModelFileRefactoring
extends org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring

Refactoring for renaming Diagram/Model file in a Topcased Project.

All the actual work is done in the processor, so we just have to keep a reference to one here.

Creation 10 janv. 07


Constructor Summary
RenameModelFileRefactoring(org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor processor)
          The constructor
 
Method Summary
 org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor getProcessor()
           
 
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
checkFinalConditions, checkInitialConditions, createChange, getAdapter, getName, getTextChange, isApplicable, toString
 
Methods inherited from class org.eclipse.ltk.core.refactoring.Refactoring
checkAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenameModelFileRefactoring

public RenameModelFileRefactoring(org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor processor)
The constructor

Parameters:
processor - a RefactoringProcessor
Method Detail

getProcessor

public org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor getProcessor()
Specified by:
getProcessor in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
See Also:
ProcessorBasedRefactoring.getProcessor()

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.