Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ltk.core.refactoring.participants
Class ParticipantExtensionPoint


java.lang.Object
  extended by 
org.eclipse.ltk.core.refactoring.participants.ParticipantExtensionPoint

public class ParticipantExtensionPoint
extends Object

A ParticipantExtensionPoint is used to manage contributions of participants.

This class is not intended to be subclassed by clients.

Since:
3.4
Restriction:
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

ParticipantExtensionPoint

public ParticipantExtensionPoint(
String pluginId,
                                 
String participantId,
                                 
Class clazz)
Creates a ParticipantExtensionPoint.

Parameters:
pluginId - the ID of the plug-in defining the extension point
participantId - the name of the extension point
clazz - the type of the class that contributors must provide
Method Detail

getParticipants

public 
RefactoringParticipant[] getParticipants(
RefactoringStatus status,
                                                
RefactoringProcessor processor,
                                                
Object element,
                                                
RefactoringArguments arguments,
                                                
IParticipantDescriptorFilter filter,
                                                
String[] affectedNatures,
                                                
SharableParticipants shared)
Returns all participants for a given element.

Parameters:
status - a refactoring status to report status if problems occurred while loading the participants
processor - the processor that will own the participants
element - the element to be copied or a corresponding descriptor
arguments - the arguments for the participants
filter - a participant filter to exclude certain participants, or null if no filtering is desired
affectedNatures - an array of project natures affected by the refactoring
shared - a list of shared participants
Returns:
an array of participants

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire