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

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

org.netbeans.modules.refactoring.api 1.0

Package org.netbeans.modules.refactoring.spi

Interface Summary
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.
GuardedBlockHandlerFactory Factory for an object handling refactoring in a guarded block.
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.
ReadOnlyFilesHandler Interface for factory classes which allows to create Problem, which ProblemDetails can handle read only files.
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.
RefactoringPlugin Interface implemented by refactoring plugins.
RefactoringPluginFactory Factory for a refactoring plugin (implementing RefactoringPlugin interface).
Transaction Transaction interface can do rollback and commit
 

Class Summary
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) { .
ProblemDetailsFactory Factory class for ProblemDetails
ProgressProviderAdapter Simple implementation of ProgressProvider
RefactoringElementsBag Container holding RefactoringElements
SimpleRefactoringElementImplementation Default implementation of RefactoringElementImplementation interface.
 


org.netbeans.modules.refactoring.api 1.0

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