public interface DescWindowCallback
ExternalURLHandler
s as a way for them to display a summary
for a new completion in response to a link event.ExternalURLHandler
限定符和类型 | 方法和说明 |
---|---|
void |
showSummaryFor(Completion completion,
java.lang.String anchor)
Callback allowing a new code completion's description to be displayed
in the description window.
|
void showSummaryFor(Completion completion, java.lang.String anchor)
completion
- The new completion.anchor
- The anchor to scroll to, or null
if none.