|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.core.refactoring.participants.JavaParticipantManager
public class JavaParticipantManager
Facade to access participants to the participant extension points provided by the org.eclipse.jdt.core.manipulation plug-in.
Note: this class is not intended to be extended or instantiated by clients.
Method Summary | |
---|---|
static ChangeMethodSignatureParticipant[] |
loadChangeMethodSignatureParticipants(RefactoringStatus status,
RefactoringProcessor processor,
IMethod method,
ChangeMethodSignatureArguments arguments,
IParticipantDescriptorFilter filter,
String[] affectedNatures,
SharableParticipants shared)
Loads the change method signature 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 ChangeMethodSignatureParticipant[] loadChangeMethodSignatureParticipants(RefactoringStatus status, RefactoringProcessor processor, IMethod method, ChangeMethodSignatureArguments arguments, IParticipantDescriptorFilter filter, String[] affectedNatures, SharableParticipants shared)
status
- a refactoring status to report status if problems occurred while
loading the participantsprocessor
- the processor that will own the participantsmethod
- the method to be changedarguments
- the change method signature arguments describing the changefilter
- a participant filter to exclude certain participants, or null
if no filtering is desiredaffectedNatures
- an array of project natures affected by the refactoringshared
- a list of shared participants
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.