|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.refactoring.api.ProblemDetails
public final class ProblemDetails
This class holds details of a Problem
Method Summary | |
---|---|
String |
getDetailsHint()
Message that will be displayed in parameters panel as a hint to suggest user, that there are more details available. |
void |
showDetails(Action rerunRefactoringAction,
Cancellable parent)
This method will typically invoke component with ProblemDetails. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void showDetails(Action rerunRefactoringAction, Cancellable parent)
rerunRefactoringAction
- this action is passed to client component
to allow clients to invoke refactoring once the Problem is fixed.parent
- component, which can be cancelledProblemDetailsImplementation
public String getDetailsHint()
|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |