Package | Description |
---|---|
org.eclipse.jdt.ui.text.java |
Application programming interfaces for interaction
with the Eclipse Java User Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaContentAssistInvocationContext
Describes the context of a content assist invocation in a Java editor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.