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

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

org.netbeans.modules.refactoring.api 1.0

Uses of Package
org.netbeans.modules.refactoring.api

Packages that use org.netbeans.modules.refactoring.api
org.netbeans.modules.refactoring.api   
org.netbeans.modules.refactoring.spi   
org.netbeans.modules.refactoring.spi.ui   
 

Classes in org.netbeans.modules.refactoring.api used by org.netbeans.modules.refactoring.api
AbstractRefactoring
          Abstract superclass for particular refactorings.
Context
          Context contains "enviroment" in which the refactoring was invoked e.g.
Problem
          Class used to represent problems encountered when performing various refactoring calls.
ProblemDetails
          This class holds details of a Problem
ProgressEvent
          Progress event object.
ProgressListener
          Progress listener.
RefactoringElement
          Interface representing a refactoring element (object affected by a refactoring) returned in a collection from AbstractRefactoring.prepare(org.netbeans.modules.refactoring.api.RefactoringSession) operation.
RefactoringSession
          Class used to invoke refactorings.
 

Classes in org.netbeans.modules.refactoring.api used by org.netbeans.modules.refactoring.spi
AbstractRefactoring
          Abstract superclass for particular refactorings.
Problem
          Class used to represent problems encountered when performing various refactoring calls.
ProblemDetails
          This class holds details of a Problem
ProgressListener
          Progress listener.
RefactoringSession
          Class used to invoke refactorings.
 

Classes in org.netbeans.modules.refactoring.api used by org.netbeans.modules.refactoring.spi.ui
AbstractRefactoring
          Abstract superclass for particular refactorings.
Problem
          Class used to represent problems encountered when performing various refactoring calls.
RefactoringElement
          Interface representing a refactoring element (object affected by a refactoring) returned in a collection from AbstractRefactoring.prepare(org.netbeans.modules.refactoring.api.RefactoringSession) operation.
RefactoringSession
          Class used to invoke refactorings.
 


org.netbeans.modules.refactoring.api 1.0

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