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 JDT
Release 3.5

org.eclipse.jdt.core.refactoring.participants
Class JavaParticipantManager


java.lang.Object
  extended by 
org.eclipse.jdt.core.refactoring.participants.JavaParticipantManager

public class JavaParticipantManager
extends Object

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.

Since:
1.2
Restriction:
This class is not intended to be subclassed by clients.
Restriction:
This class is not intended to be 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

loadChangeMethodSignatureParticipants

public 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.

Parameters:
status - a refactoring status to report status if problems occurred while loading the participants
processor - the processor that will own the participants
method - the method to be changed
arguments - the change method signature arguments describing the change
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 change method signature participants

Eclipse JDT
Release 3.5

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

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