Class CopyParticipant

All Implemented Interfaces:
IAdaptable

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

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

Since:
3.1
  • Constructor Details

    • CopyParticipant

      public CopyParticipant()
  • Method Details