UML Modeler

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

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.ModelerFragmentRefactoringArguments

public abstract class ModelerFragmentRefactoringArguments
extends ModelerRefactoringArguments

Modeler Fragment Refactoring Arguments


Constructor Summary
protected ModelerFragmentRefactoringArguments(boolean updateReferences)
          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

ModelerFragmentRefactoringArguments

protected ModelerFragmentRefactoringArguments(boolean updateReferences)
Constructor.

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

UML Modeler

© Copyright IBM Corp. 2009. All rights reserved.