org.netbeans.modules.refactoring.api 1.26.0 1

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.
ModificationResult Result of changes performed by refactoring plugin.
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 Deprecated.  
ProblemDetailsFactory Factory class for ProblemDetails
ProgressProviderAdapter Simple implementation of ProgressProvider
RefactoringCommit Default implementation of Transaction
RefactoringElementsBag Container holding RefactoringElements
SimpleRefactoringElementImplementation Default implementation of RefactoringElementImplementation interface.
 


org.netbeans.modules.refactoring.api 1.26.0 1

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