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

Uses of Class org.netbeans.modules.refactoring.api.RefactoringSession (Refactoring API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.refactoring.api 1.0

Uses of Class
org.netbeans.modules.refactoring.api.RefactoringSession

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

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