|
Eclipse JDT Release 3.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentAssistInvocationContext | |
---|---|
org.eclipse.jdt.ui.text.java | Application programming interfaces for interaction with the Eclipse Java User Interface. |
Uses of ContentAssistInvocationContext in org.eclipse.jdt.ui.text.java |
---|
Subclasses of ContentAssistInvocationContext in org.eclipse.jdt.ui.text.java | |
---|---|
class |
JavaContentAssistInvocationContext
Describes the context of a content assist invocation in a Java editor. |
Methods in org.eclipse.jdt.ui.text.java with parameters of type ContentAssistInvocationContext | |
---|---|
void |
AbstractProposalSorter.beginSorting(ContentAssistInvocationContext context)
Called once before initial sorting starts the first time. |
List<ICompletionProposal> |
IJavaCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext context,
IProgressMonitor monitor)
Returns a list of completion proposals valid at the given invocation context. |
List<IContextInformation> |
IJavaCompletionProposalComputer.computeContextInformation(ContentAssistInvocationContext context,
IProgressMonitor monitor)
Returns context information objects valid at the given invocation context. |
|
Eclipse JDT Release 3.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.