|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ltk.core.refactoring.participants.RefactoringArguments
A generic super class of all refactoring specific argument classes.
The main purpose of this class is to not use Object
in signatures. This helps to distinguish between the element to
be refactored and the arguments needed to carry out the refactoring.
This class should be subclassed by clients wishing to provide special refactoring arguments for special participants.
Constructor Summary | |
protected |
RefactoringArguments()
Creates new refactoring arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected RefactoringArguments()
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |