org.netbeans.modules.refactoring.api 1.26.0 1

Package org.netbeans.modules.refactoring.api

Interface Summary
ProgressListener Progress listener.
 

Class Summary
AbstractRefactoring Abstract superclass for particular refactorings.
Context Context contains "environment" in which the refactoring was invoked.
CopyRefactoring This class is just holder for parameters of Copy Refactoring.
MoveRefactoring This class is just holder for parameters of Move Refactoring.
MultipleCopyRefactoring This class is just holder for parameters of Multiple Copy Refactoring.
Problem Class used to represent problems encountered when performing various refactoring calls.
ProblemDetails This class holds details of a Problem
ProgressEvent Progress event object.
RefactoringElement Interface representing a refactoring element (object affected by a refactoring) returned in a collection from AbstractRefactoring.prepare(org.netbeans.modules.refactoring.api.RefactoringSession) operation.
RefactoringSession Class used to invoke refactorings.
RenameRefactoring Refactoring used for renaming objects.
SafeDeleteRefactoring Refactoring to Safely Delete an element after checking its usages.
Scope Scope is used to limit the WhereUsedQuery to a specific scope.
SingleCopyRefactoring This class is just holder for parameters of Single Copy Refactoring.
WhereUsedQuery Where used query does not do any "real" refactoring.
 


org.netbeans.modules.refactoring.api 1.26.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.