|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ltk.core.refactoring.participants.ParticipantManager
Facade to access the rename, move, delete, create and copy participant extension point provided by the org.eclipse.ltk.core.refactoring plug-in.
Note: this class is not intended to be extended by clients.
Method Summary | |
static CreateParticipant[] |
loadCreateParticipants(RefactoringStatus status,
RefactoringProcessor processor,
Object element,
CreateArguments arguments,
String[] affectedNatures,
SharableParticipants shared)
Loads the create participants for the given element. |
static DeleteParticipant[] |
loadDeleteParticipants(RefactoringStatus status,
RefactoringProcessor processor,
Object element,
DeleteArguments arguments,
String[] affectedNatures,
SharableParticipants shared)
Loads the delete participants for the given element. |
static MoveParticipant[] |
loadMoveParticipants(RefactoringStatus status,
RefactoringProcessor processor,
Object element,
MoveArguments arguments,
String[] affectedNatures,
SharableParticipants shared)
Loads the move participants for the given element. |
static RenameParticipant[] |
loadRenameParticipants(RefactoringStatus status,
RefactoringProcessor processor,
Object element,
RenameArguments arguments,
String[] affectedNatures,
SharableParticipants shared)
Loads the rename participants for the given element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static RenameParticipant[] loadRenameParticipants(RefactoringStatus status, RefactoringProcessor processor, Object element, RenameArguments arguments, String[] affectedNatures, SharableParticipants shared)
status
- a refactoring status to report status if problems occurred while
loading the participantsprocessor
- the processor that will own the participantselement
- the element to be renamedarguments
- the rename arguments describing the renameaffectedNatures
- an array of project natures affected by the refactoringshared
- a list of shared participants
public static MoveParticipant[] loadMoveParticipants(RefactoringStatus status, RefactoringProcessor processor, Object element, MoveArguments arguments, String[] affectedNatures, SharableParticipants shared)
status
- a refactoring status to report status if problems occurred while
loading the participantsprocessor
- the processor that will own the participantselement
- the element to be movedarguments
- the move arguments describing the moveaffectedNatures
- an array of project natures affected by the refactoringshared
- a list of shared participants
public static DeleteParticipant[] loadDeleteParticipants(RefactoringStatus status, RefactoringProcessor processor, Object element, DeleteArguments arguments, String[] affectedNatures, SharableParticipants shared)
status
- a refactoring status to report status if problems occurred while
loading the participantsprocessor
- the processor that will own the participantselement
- the element to be deletedarguments
- the delete arguments describing the deleteaffectedNatures
- an array of project natures affected by the refactoringshared
- a list of shared participants
public static CreateParticipant[] loadCreateParticipants(RefactoringStatus status, RefactoringProcessor processor, Object element, CreateArguments arguments, String[] affectedNatures, SharableParticipants shared)
status
- a refactoring status to report status if problems occurred while
loading the participantsprocessor
- the processor that will own the participantselement
- the element to be created or a corresponding descriptorarguments
- the create arguments describing the createaffectedNatures
- an array of project natures affected by the refactoringshared
- a list of shared participants
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |