UML Modeler

com.ibm.xtools.modeler.ui.refactoring
Class ModelerAbsorbFragmentRefactoringParticipant

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
          extended by com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringParticipant
              extended by com.ibm.xtools.modeler.ui.refactoring.ModelerFragmentRefactoringParticipant
                  extended by com.ibm.xtools.modeler.ui.refactoring.ModelerAbsorbFragmentRefactoringParticipant
All Implemented Interfaces:
IAdaptable

public abstract class ModelerAbsorbFragmentRefactoringParticipant
extends ModelerFragmentRefactoringParticipant

Absorb Fragment Refactoring Participant. This is initialized with ModelerAbsorbFragmentRefactoringArguments.


Constructor Summary
ModelerAbsorbFragmentRefactoringParticipant()
           
 
Method Summary
 ModelerAbsorbFragmentRefactoringArguments getArguments()
          Returns the ModelerAbsorbFragmentRefactoringArguments that this participant was initialized with.
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

ModelerAbsorbFragmentRefactoringParticipant

public ModelerAbsorbFragmentRefactoringParticipant()
Method Detail

initialize

protected final void initialize(RefactoringArguments arguments)
Specified by:
initialize in class RefactoringParticipant

getArguments

public ModelerAbsorbFragmentRefactoringArguments getArguments()
Returns the ModelerAbsorbFragmentRefactoringArguments that this participant was initialized with.

Returns:
ModelerAbsorbFragmentRefactoringArguments that this participant was initialized with.

UML Modeler

© Copyright IBM Corp. 2009. All rights reserved.