|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProblemDetailsImplementation
Typical implementation will invoke UI component on showDetails() call This UI component will display ProblemDetails. There will be a button, or similar UI control, which will be connected to rerunRefactoringAction to invoke refactoring again once the Problem is fixed.
| 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. |
| Method Detail |
|---|
void showDetails(Action rerunRefactoringAction, Cancellable parent)
rerunRefactoringAction - this action is passed to client componentparent - parent component, than can be closed by cancel method.
to allow clients to rerun refactoring once the Problem is fixed.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 | |||||||||