Uses of Interface
org.eclipse.jface.text.contentassist.ICompletionProposal
Packages that use ICompletionProposal
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides a content assist add-on for an
ITextViewer
.Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
This package provides the quick assist assistant add-on for an
ISourceViewer
.Application programming interfaces for interaction
with the Eclipse text template support.
Provides a framework for text editors obeying to the
desktop rules.
Partial infrastructure for spell checking in text editors.
-
Uses of ICompletionProposal in org.eclipse.jface.contentassist
Methods in org.eclipse.jface.contentassist that return ICompletionProposalModifier and TypeMethodDescriptionISubjectControlContentAssistProcessor.computeCompletionProposals
(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) Deprecated.Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer. -
Uses of ICompletionProposal in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement ICompletionProposalModifier and TypeClassDescriptionfinal class
The standard implementation of theICompletionProposal
interface.Methods in org.eclipse.jface.text.contentassist that return ICompletionProposalModifier and TypeMethodDescriptionIContentAssistProcessor.computeCompletionProposals
(ITextViewer viewer, int offset) Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.Methods in org.eclipse.jface.text.contentassist with parameters of type ICompletionProposalModifier and TypeMethodDescriptionvoid
ICompletionListenerExtension2.applied
(ICompletionProposal proposal) Called after applying a proposal.int
ICompletionProposalSorter.compare
(ICompletionProposal p1, ICompletionProposal p2) The orderings imposed by an implementation need not be consistent with equals.void
ICompletionListener.selectionChanged
(ICompletionProposal proposal, boolean smartToggle) Called when the selection in the proposal popup is changed or if the insert-mode changed. -
Uses of ICompletionProposal in org.eclipse.jface.text.link
Methods in org.eclipse.jface.text.link that return ICompletionProposalModifier and TypeMethodDescriptionProposalPosition.getChoices()
Returns the proposals attached to this position.Constructors in org.eclipse.jface.text.link with parameters of type ICompletionProposalModifierConstructorDescriptionProposalPosition
(IDocument document, int offset, int length, int sequence, ICompletionProposal[] proposals) Creates a new instance.ProposalPosition
(IDocument document, int offset, int length, ICompletionProposal[] proposals) Creates a new instance, with no sequence number. -
Uses of ICompletionProposal in org.eclipse.jface.text.quickassist
Methods in org.eclipse.jface.text.quickassist that return ICompletionProposalModifier and TypeMethodDescriptionIQuickAssistProcessor.computeQuickAssistProposals
(IQuickAssistInvocationContext invocationContext) Returns a list of quick assist and quick fix proposals for the given invocation context. -
Uses of ICompletionProposal in org.eclipse.jface.text.templates
Classes in org.eclipse.jface.text.templates that implement ICompletionProposalMethods in org.eclipse.jface.text.templates that return ICompletionProposalModifier and TypeMethodDescriptionTemplateCompletionProcessor.computeCompletionProposals
(ITextViewer viewer, int offset) protected ICompletionProposal
TemplateCompletionProcessor.createProposal
(Template template, TemplateContext context, IRegion region, int relevance) Creates a new proposal.protected ICompletionProposal
TemplateCompletionProcessor.createProposal
(Template template, TemplateContext context, Region region, int relevance) Deprecated. -
Uses of ICompletionProposal in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return ICompletionProposalModifier and TypeMethodDescriptionHippieProposalProcessor.computeCompletionProposals
(ITextViewer viewer, int offset) Methods in org.eclipse.ui.texteditor with parameters of type ICompletionProposalModifier and TypeMethodDescriptionvoid
KeyBindingSupportForAssistant.selectionChanged
(ICompletionProposal proposal, boolean smartToggle) -
Uses of ICompletionProposal in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling that return ICompletionProposalModifier and TypeMethodDescriptionSpellingCorrectionProcessor.computeQuickAssistProposals
(IQuickAssistInvocationContext quickAssistContext) abstract ICompletionProposal[]
SpellingProblem.getProposals()
Returns the proposals for the incorrectly spelled region.SpellingProblem.getProposals
(IQuickAssistInvocationContext context) Returns the proposals for the incorrectly spelled region.
IRegion
as third parameter