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