Class FeatureKeyRenameParticipant
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
org.eclipse.ltk.core.refactoring.participants.RenameParticipant
com.e1c.langtool.v8.dt.internal.ui.refactoring.FeatureKeyRenameParticipant
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
public class FeatureKeyRenameParticipant
extends org.eclipse.ltk.core.refactoring.participants.RenameParticipant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.RefactoringStatuscheckConditions(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context) org.eclipse.ltk.core.refactoring.ChangecreateChange(org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.ltk.core.refactoring.ChangecreatePreChange(org.eclipse.core.runtime.IProgressMonitor monitor) getName()protected booleaninitialize(Object element) Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
getArguments, initializeMethods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
getProcessor, getTextChange, initializeMethods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
-
Constructor Details
-
FeatureKeyRenameParticipant
public FeatureKeyRenameParticipant()
-
-
Method Details
-
getName
- Specified by:
getNamein classorg.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
-
checkConditions
public org.eclipse.ltk.core.refactoring.RefactoringStatus checkConditions(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context) throws org.eclipse.core.runtime.OperationCanceledException - Specified by:
checkConditionsin classorg.eclipse.ltk.core.refactoring.participants.RefactoringParticipant- Throws:
org.eclipse.core.runtime.OperationCanceledException
-
initialize
- Specified by:
initializein classorg.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
-
createPreChange
public org.eclipse.ltk.core.refactoring.Change createPreChange(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException, org.eclipse.core.runtime.OperationCanceledException - Overrides:
createPreChangein classorg.eclipse.ltk.core.refactoring.participants.RefactoringParticipant- Throws:
org.eclipse.core.runtime.CoreExceptionorg.eclipse.core.runtime.OperationCanceledException
-
createChange
public org.eclipse.ltk.core.refactoring.Change createChange(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException, org.eclipse.core.runtime.OperationCanceledException - Specified by:
createChangein classorg.eclipse.ltk.core.refactoring.participants.RefactoringParticipant- Throws:
org.eclipse.core.runtime.CoreExceptionorg.eclipse.core.runtime.OperationCanceledException
-