|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefactoringSession | |
---|---|
org.netbeans.modules.refactoring.api | |
org.netbeans.modules.refactoring.spi | |
org.netbeans.modules.refactoring.spi.ui |
Uses of RefactoringSession in org.netbeans.modules.refactoring.api |
---|
Methods in org.netbeans.modules.refactoring.api that return RefactoringSession | |
---|---|
static RefactoringSession |
RefactoringSession.create(String description)
Creates a new refactoring session. |
Methods in org.netbeans.modules.refactoring.api with parameters of type RefactoringSession | |
---|---|
Problem |
AbstractRefactoring.prepare(RefactoringSession session)
Collects and returns a set of refactoring elements - objects that will be affected by the refactoring. |
Uses of RefactoringSession in org.netbeans.modules.refactoring.spi |
---|
Methods in org.netbeans.modules.refactoring.spi that return RefactoringSession | |
---|---|
RefactoringSession |
RefactoringElementsBag.getSession()
|
Methods in org.netbeans.modules.refactoring.spi with parameters of type RefactoringSession | |
---|---|
Problem |
ReadOnlyFilesHandler.createProblem(RefactoringSession session,
Collection files)
Create a Problem, which ProblemDetails can handle read only files. |
Uses of RefactoringSession in org.netbeans.modules.refactoring.spi.ui |
---|
Methods in org.netbeans.modules.refactoring.spi.ui with parameters of type RefactoringSession | |
---|---|
static void |
UI.openRefactoringUI(RefactoringUI ui,
RefactoringSession callerTC,
Action callback)
Open Refactoring UI for specufied RefactoringUI from specified TopComponent. |
|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |