UML Modeler

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

java.lang.Object
  extended by org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
      extended by com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringArguments
          extended by com.ibm.xtools.modeler.ui.refactoring.ModelerAbsorbFragmentRefactoringArguments

public class ModelerAbsorbFragmentRefactoringArguments
extends ModelerRefactoringArguments

Absorb Fragment Refactoring Arguments. The argument is whether the references are to be updated.


Constructor Summary
ModelerAbsorbFragmentRefactoringArguments(boolean updateRefs)
          Constructor.
 
Method Summary
 
Methods inherited from class com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringArguments
isUpdateReferences
 
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelerAbsorbFragmentRefactoringArguments

public ModelerAbsorbFragmentRefactoringArguments(boolean updateRefs)
Constructor.

Parameters:
updateRefs - true if the arguments are to be updated, false otherwise

UML Modeler

© Copyright IBM Corp. 2009. All rights reserved.