Class MoveParticipant

  • All Implemented Interfaces:
    IAdaptable

    public abstract class MoveParticipant
    extends RefactoringParticipant
    A participant to participate in refactorings that move elements. A move participant can't assume that its associated refactoring processor is a move processor. A move operation might be a side effect of another refactoring operation.

    Move participants are registered via the extension point org.eclipse.ltk.core.refactoring.moveParticipants. Extensions to this extension point must therefore extend this abstract class.

    Since:
    3.0
    • Constructor Detail

      • MoveParticipant

        public MoveParticipant()