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

Uses of Package org.netbeans.modules.refactoring.spi (Refactoring API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.refactoring.api 1.0

Uses of Package
org.netbeans.modules.refactoring.spi

Packages that use org.netbeans.modules.refactoring.spi
org.netbeans.modules.refactoring.spi   
 

Classes in org.netbeans.modules.refactoring.spi used by org.netbeans.modules.refactoring.spi
BackupFacility
          Simple backup facility can be used to backup files and implement undo For instance Java Refactoring module implements undo this way: public Problem prepare(RefactoringElementsBag elements) { .
BackupFacility.Handle
          Handle class representing handle to file{s), which were backuped by org.netbeans.modules.refactoring.spi.BackupFacility.backup()
GuardedBlockHandler
          Interface implemented by guarded block refactoring handlers.
ProblemDetailsImplementation
          Typical implementation will invoke UI component on showDetails() call This UI component will display ProblemDetails.
ProgressProvider
          Refactoring plugins should implement this interface, if they want to notify their progress of preCheck, prepare and checkParameters method.
RefactoringElementImplementation
          Interface representing a refactoring element (object affected by a refactoring) returned in a collection from AbstractRefactoring.prepare(org.netbeans.modules.refactoring.api.RefactoringSession) operation.
RefactoringElementsBag
          Container holding RefactoringElements
RefactoringPlugin
          Interface implemented by refactoring plugins.
Transaction
          Transaction interface can do rollback and commit
 


org.netbeans.modules.refactoring.api 1.0

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