Eclipse JDT
Release 3.0

Uses of Class
org.eclipse.ltk.core.refactoring.PerformChangeOperation

Packages that use PerformChangeOperation
org.eclipse.ltk.ui.refactoring Application programmer interface to implement a wizard based user interface for refactorings. 
 

Uses of PerformChangeOperation in org.eclipse.ltk.ui.refactoring
 

Methods in org.eclipse.ltk.ui.refactoring that return PerformChangeOperation
static PerformChangeOperation RefactoringUI.createUIAwareChangeOperation(Change change)
          Creates a special perform change operations that knows how to batch undo operations in open editors into one undo object.
 

Methods in org.eclipse.ltk.ui.refactoring with parameters of type PerformChangeOperation
 org.eclipse.ltk.internal.ui.refactoring.FinishResult RefactoringWizard.internalPerformFinish(org.eclipse.ltk.internal.ui.refactoring.InternalAPI api, PerformChangeOperation op)
          Note: This method is for internal use only.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.