|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureParticipant
public abstract class ChangeMethodSignatureParticipant
A participant to participate in refactorings that change method signatures.
Change method signature participants are registered via the extension point
org.eclipse.jdt.core.manipulation.changeMethodSignatureParticipants
.
Extensions to this extension point must extend this abstract class.
Constructor Summary | |
---|---|
ChangeMethodSignatureParticipant()
|
Method Summary | |
---|---|
ChangeMethodSignatureArguments |
getArguments()
Returns the change method signature arguments. |
protected void |
initialize(RefactoringArguments arguments)
|
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant |
---|
checkConditions, createChange, createPreChange, getName, getProcessor, getTextChange, initialize, initialize |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeMethodSignatureParticipant()
Method Detail |
---|
protected final void initialize(RefactoringArguments arguments)
initialize
in class RefactoringParticipant
public ChangeMethodSignatureArguments getArguments()
|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.