Eclipse JDT
Release 3.0

Uses of Class
org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant

Packages that use RefactoringParticipant
org.eclipse.ltk.core.refactoring.participants Application programmer interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. 
 

Uses of RefactoringParticipant in org.eclipse.ltk.core.refactoring.participants
 

Subclasses of RefactoringParticipant in org.eclipse.ltk.core.refactoring.participants
 class CreateParticipant
          A participant to participate in refactorings that create elements.
 class DeleteParticipant
          A participant to participate in refactorings that delete elements.
 class MoveParticipant
          A participant to participate in refactorings that move elements.
 class RenameParticipant
          A participant to participate in refactorings that rename elements.
 

Methods in org.eclipse.ltk.core.refactoring.participants that return RefactoringParticipant
abstract  RefactoringParticipant[] RefactoringProcessor.loadParticipants(RefactoringStatus status, SharableParticipants sharedParticipants)
          Returns the array of participants.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.