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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.ltk.core.refactoring.RefactoringStatus
    checkConditions(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context)
     
    org.eclipse.ltk.core.refactoring.Change
    createChange(org.eclipse.core.runtime.IProgressMonitor monitor)
     
    org.eclipse.ltk.core.refactoring.Change
    createPreChange(org.eclipse.core.runtime.IProgressMonitor monitor)
     
     
    protected boolean
    initialize(Object element)
     

    Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RenameParticipant

    getArguments, initialize

    Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant

    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 Details

    • FeatureKeyRenameParticipant

      public FeatureKeyRenameParticipant()
  • Method Details

    • getName

      public String getName()
      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 monitor, org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context) throws org.eclipse.core.runtime.OperationCanceledException
      Specified by:
      checkConditions in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
      Throws:
      org.eclipse.core.runtime.OperationCanceledException
    • initialize

      protected boolean initialize(Object element)
      Specified by:
      initialize in class org.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:
      createPreChange in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
      Throws:
      org.eclipse.core.runtime.CoreException
      org.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:
      createChange in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
      Throws:
      org.eclipse.core.runtime.CoreException
      org.eclipse.core.runtime.OperationCanceledException