|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ltk.core.refactoring.participants.ParticipantExtensionPoint
A ParticipantExtensionPoint
is used to manage contributions of participants.
This class is not intended to be subclassed by clients.
Constructor Summary | |
ParticipantExtensionPoint(String pluginId,
String participantId,
Class clazz)
Creates a ParticipantExtensionPoint . |
Method Summary | |
RefactoringParticipant[] |
getParticipants(RefactoringStatus status,
RefactoringProcessor processor,
Object element,
RefactoringArguments arguments,
IParticipantDescriptorFilter filter,
String[] affectedNatures,
SharableParticipants shared)
Returns all participants for a given element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParticipantExtensionPoint(String pluginId, String participantId, Class clazz)
ParticipantExtensionPoint
.
pluginId
- the ID of the plug-in defining the extension pointparticipantId
- the name of the extension pointclazz
- the type of the class that contributors must provideMethod Detail |
public RefactoringParticipant[] getParticipants(RefactoringStatus status, RefactoringProcessor processor, Object element, RefactoringArguments 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 participantselement
- the element to be copied or a corresponding descriptorarguments
- the arguments for the participantsfilter
- 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 Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.