public interface ICompletionProposalExtension5
ICompletionProposal
with the following
function:
Modifier and Type | Method and Description |
---|---|
Object |
getAdditionalProposalInfo(IProgressMonitor monitor)
Returns additional information about the proposal.
|
Object getAdditionalProposalInfo(IProgressMonitor monitor)
This method may be called on a non-UI thread.
By default, the returned information is converted to a string and displayed as text; if
ICompletionProposalExtension3.getInformationControlCreator()
is implemented, the
information will be passed to a custom information control for display.
monitor
- a monitor to report progress and to watch for
cancelation
.null
for no information
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.