Package org.eclipse.wst.jsdt.ui.text.java

Interface Summary
IInvocationContext Context information for quick fix and quick assist processors.
IJavaCompletionProposal A completion proposal with a relevance value.
IJavaCompletionProposalComputer Computes completions and context information displayed by the JavaScript editor content assistant.
IJavadocCompletionProcessor A Javadoc processor proposes completions and computes context information for a particular content type.
IProblemLocation Problem information for quick fix and quick assist processors.
IQuickAssistProcessor Interface to be implemented by contributors to the extension point org.eclipse.wst.jsdt.ui.quickAssistProcessors.
IQuickFixProcessor Interface to be implemented by contributors to the extension point org.eclipse.wst.jsdt.ui.quickFixProcessors.
 

Class Summary
AbstractProposalSorter Abstract base class for sorters contributed to the org.eclipse.wst.jsdt.ui.javaCompletionProposalSorters extension point.
CompletionProposalCollector JavaScript UI implementation of CompletionRequestor.
CompletionProposalComparator Comparator for JavaScript completion proposals.
CompletionProposalLabelProvider Provides labels for JavaScript content assist proposals.
ContentAssistInvocationContext Describes the context of an invocation of content assist in a text viewer.
JavaContentAssistInvocationContext Describes the context of a content assist invocation in a JavaScript editor.