站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.modules.refactoring.api.AbstractRefactoring (Refactoring API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.refactoring.api 1.0

Uses of Class
org.netbeans.modules.refactoring.api.AbstractRefactoring

Packages that use AbstractRefactoring
org.netbeans.modules.refactoring.api   
org.netbeans.modules.refactoring.spi   
org.netbeans.modules.refactoring.spi.ui   
 

Uses of AbstractRefactoring in org.netbeans.modules.refactoring.api
 

Subclasses of AbstractRefactoring in org.netbeans.modules.refactoring.api
 class MoveRefactoring
          This class is just holder for parameters of Move Refactoring.
 class MultipleCopyRefactoring
          This class is just holder for parameters of Multiple Copy Refactoring.
 class RenameRefactoring
          Refactoring used for renaming objects.
 class SafeDeleteRefactoring
          Refactoring to Safely Delete an element after checking its usages.
 class SingleCopyRefactoring
          This class is just holder for parameters of Single Copy Refactoring.
 class WhereUsedQuery
          Where used query does not do any "real" refactoring.
 

Uses of AbstractRefactoring in org.netbeans.modules.refactoring.spi
 

Methods in org.netbeans.modules.refactoring.spi with parameters of type AbstractRefactoring
 Problem RefactoringElementsBag.add(AbstractRefactoring refactoring, RefactoringElementImplementation el)
          Adds RefactoringElementImplementation to this bag.
 Problem RefactoringElementsBag.addAll(AbstractRefactoring refactoring, Collection<RefactoringElementImplementation> elements)
          Adds all RefactringElements from given Collection using #add method
 Problem RefactoringElementsBag.addFileChange(AbstractRefactoring refactoring, RefactoringElementImplementation el)
          fileChanges are performed after all element changes
 RefactoringPlugin RefactoringPluginFactory.createInstance(AbstractRefactoring refactoring)
          Creates and returns a new instance of the refactoring plugin or returns null if the plugin is not suitable for the passed refactoring.
 GuardedBlockHandler GuardedBlockHandlerFactory.createInstance(AbstractRefactoring refactoring)
          Creates and returns a new instance of the guarded block refactoring handler or null if the handler is not suitable for the passed refactoring.
 

Uses of AbstractRefactoring in org.netbeans.modules.refactoring.spi.ui
 

Methods in org.netbeans.modules.refactoring.spi.ui that return AbstractRefactoring
 AbstractRefactoring RefactoringUI.getRefactoring()
          Returns underlying refactoring object.
 


org.netbeans.modules.refactoring.api 1.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.