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

ProblemDetails (Refactoring API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.refactoring.api 1.0

org.netbeans.modules.refactoring.api
Class ProblemDetails

java.lang.Object
  extended by org.netbeans.modules.refactoring.api.ProblemDetails

public final class ProblemDetails
extends Object

This class holds details of a Problem

Since:
1.5.0

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

showDetails

public void showDetails(Action rerunRefactoringAction,
                        Cancellable parent)
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 component to allow clients to invoke refactoring once the Problem is fixed.
parent - component, which can be cancelled
See Also:
ProblemDetailsImplementation

getDetailsHint

public String getDetailsHint()
Message that will be displayed in parameters panel as a hint to suggest user, that there are more details available.

Returns:
string representation of hint

org.netbeans.modules.refactoring.api 1.0

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