|
Eclipse Platform Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.ui.texteditor.HippieProposalComputer
A completion proposal computer for hippie word completions.
Clients may instantiate.
XXX this API is provisional and may change anytime during the course of 3.2
| Constructor Summary | |
|---|---|
HippieProposalComputer()
Creates a new hippie completion proposal computer. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HippieProposalComputer()
| Method Detail |
public List computeCompletionProposals(TextContentAssistInvocationContext context,
IProgressMonitor monitor)
ICompletionProposalComputer
computeCompletionProposals in interface ICompletionProposalComputercontext - 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)
ICompletionProposalComputer
computeContextInformation in interface ICompletionProposalComputercontext - 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.