| java.lang.Object org.netbeans.modules.refactoring.api.ProblemDetails
ProblemDetails | final public class ProblemDetails (Code) | | This class holds details of a Problem
author: Jan Becicka since: 1.5.0 |
Method Summary | |
public String | getDetailsHint() Message that will be displayed in parameters panel as a hint to suggest user,
that there are more details available. | public void | showDetails(Action rerunRefactoringAction, Cancellable parent) This method will typically invoke component with ProblemDetails. |
getDetailsHint | public String getDetailsHint()(Code) | | Message that will be displayed in parameters panel as a hint to suggest user,
that there are more details available.
string representation of hint |
showDetails | public void showDetails(Action rerunRefactoringAction, Cancellable parent)(Code) | | This method will typically invoke component with ProblemDetails.
It is fully upon clients, how this component will be implemented.
Parameters: rerunRefactoringAction - this action is passed to client componentto allow clients to invoke refactoring once the Problem is fixed. Parameters: parent - component, which can be cancelled See Also: ProblemDetailsImplementation |
|
|