|
Eclipse Platform Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Computes completions and context information displayed by a content assistant.
XXX this API is provisional and may change anytime during the course of 3.2
| Method Summary | |
|---|---|
List |
computeCompletionProposals(TextContentAssistInvocationContext context,
IProgressMonitor monitor)
Returns a list of completion proposals valid at the given invocation context. |
List |
computeContextInformation(TextContentAssistInvocationContext context,
IProgressMonitor monitor)
Returns context information objects valid at the given invocation context. |
| Method Detail |
public List computeCompletionProposals(TextContentAssistInvocationContext context,
IProgressMonitor monitor)
context - the context of the content assist invocationmonitor - a progress monitor to report progress. The monitor is private to this
invocation, i.e. there is no need for the receiver to spawn a sub monitor.
ICompletionProposal)
public List computeContextInformation(TextContentAssistInvocationContext context,
IProgressMonitor monitor)
context - the context of the content assist invocationmonitor - a progress monitor to report progress. The monitor is private to this
invocation, i.e. there is no need for the receiver to spawn a sub monitor.
IContextInformation)
|
Eclipse Platform Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.