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