com.ibm.xtools.modeler.ui.refactoring
Class ModelerCreateFragmentRefactoringParticipant
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringParticipant
com.ibm.xtools.modeler.ui.refactoring.ModelerFragmentRefactoringParticipant
com.ibm.xtools.modeler.ui.refactoring.ModelerCreateFragmentRefactoringParticipant
- All Implemented Interfaces:
- IAdaptable
public abstract class ModelerCreateFragmentRefactoringParticipant
- extends ModelerFragmentRefactoringParticipant
Create Fragment Refactoring Participant.
This is initialized with ModelerCreateFragmentRefactoringArguments.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelerCreateFragmentRefactoringParticipant
public ModelerCreateFragmentRefactoringParticipant()
initialize
protected final void initialize(RefactoringArguments arguments)
- Specified by:
initialize in class RefactoringParticipant
getArguments
public ModelerCreateFragmentRefactoringArguments getArguments()
- Returns the ModelerCreateFragmentRefactoringArguments that this
participant was initialized with.
- Returns:
- ModelerCreateFragmentRefactoringArguments that this
participant was initialied with.
© Copyright IBM Corp. 2009. All rights reserved.