|
Eclipse JDT Release 3.3 |
||||||||||
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 | |
List |
IJavaCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext context,
IProgressMonitor monitor)
Returns a list of completion proposals valid at the given invocation context. |
List |
IJavaCompletionProposalComputer.computeContextInformation(ContentAssistInvocationContext context,
IProgressMonitor monitor)
Returns context information objects valid at the given invocation context. |
void |
AbstractProposalSorter.beginSorting(ContentAssistInvocationContext context)
Called once before sorting. |
|
Eclipse JDT Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |