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

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

org.netbeans.modules.refactoring.api 1.0

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

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

Uses of ProblemDetails in org.netbeans.modules.refactoring.api
 

Methods in org.netbeans.modules.refactoring.api that return ProblemDetails
 ProblemDetails Problem.getDetails()
          Getter for ProblemDetails
 

Constructors in org.netbeans.modules.refactoring.api with parameters of type ProblemDetails
Problem(boolean fatal, String message, ProblemDetails details)
          Creates new instance of Problem class.
 

Uses of ProblemDetails in org.netbeans.modules.refactoring.spi
 

Methods in org.netbeans.modules.refactoring.spi that return ProblemDetails
static ProblemDetails ProblemDetailsFactory.createProblemDetails(ProblemDetailsImplementation pdi)
          Factory method for creating API instances of ProblemDetails from SPI instances of ProblemDetailsImplementation
 


org.netbeans.modules.refactoring.api 1.0

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