org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt
Class JDTRenamePartcipant

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
          extended by org.eclipse.ltk.core.refactoring.participants.RenameParticipant
              extended by org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.JDTRenamePartcipant
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable

Deprecated. JDT refactoring participation is now handled centrally by the JdtRenameParticipant

@Deprecated
public class JDTRenamePartcipant
extends org.eclipse.ltk.core.refactoring.participants.RenameParticipant

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
JDTRenamePartcipant()
          Deprecated.  
 
Method Summary
 org.eclipse.ltk.core.refactoring.RefactoringStatus checkConditions(org.eclipse.core.runtime.IProgressMonitor pm, org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context)
          Deprecated.  
 org.eclipse.ltk.core.refactoring.Change createChange(org.eclipse.core.runtime.IProgressMonitor pm)
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
protected  boolean initialize(java.lang.Object element)
          Deprecated.  
 
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
getArguments, initialize
 
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
createPreChange, getProcessor, getTextChange, initialize
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDTRenamePartcipant

public JDTRenamePartcipant()
Deprecated. 
Method Detail

initialize

protected boolean initialize(java.lang.Object element)
Deprecated. 
Specified by:
initialize in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant

getName

public java.lang.String getName()
Deprecated. 
Specified by:
getName in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant

checkConditions

public org.eclipse.ltk.core.refactoring.RefactoringStatus checkConditions(org.eclipse.core.runtime.IProgressMonitor pm,
                                                                          org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context)
                                                                   throws org.eclipse.core.runtime.OperationCanceledException
Deprecated. 
Specified by:
checkConditions in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Throws:
org.eclipse.core.runtime.OperationCanceledException

createChange

public org.eclipse.ltk.core.refactoring.Change createChange(org.eclipse.core.runtime.IProgressMonitor pm)
                                                     throws org.eclipse.core.runtime.CoreException,
                                                            org.eclipse.core.runtime.OperationCanceledException
Deprecated. 
Specified by:
createChange in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Throws:
org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.OperationCanceledException