|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |