Uses of Interface
org.eclipse.jface.text.contentassist.IContextInformation
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 template support.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IContextInformation in org.eclipse.jface.contentassist
Modifier and TypeMethodDescriptionISubjectControlContentAssistProcessor.computeContextInformation
(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) Deprecated.Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the content assist subject control.Modifier and TypeMethodDescriptionvoid
ISubjectControlContextInformationPresenter.install
(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset) Deprecated.Installs this presenter for the given context information.void
ISubjectControlContextInformationValidator.install
(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset) Deprecated.Installs this validator for the given context information.void
SubjectControlContextInformationValidator.install
(IContextInformation contextInformation, IContentAssistSubjectControl contentAssistSubjectControl, int offset) Deprecated.void
SubjectControlContextInformationValidator.install
(IContextInformation contextInformation, ITextViewer viewer, int offset) Deprecated. -
Uses of IContextInformation in org.eclipse.jface.text.contentassist
Modifier and TypeClassDescriptionfinal class
A default implementation of theIContextInformation
interface.Modifier and TypeMethodDescriptionIContentAssistProcessor.computeContextInformation
(ITextViewer viewer, int offset) Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the text viewer.CompletionProposal.getContextInformation()
ICompletionProposal.getContextInformation()
Returns optional context information associated with this proposal.Modifier and TypeMethodDescriptionvoid
ContextInformationValidator.install
(IContextInformation contextInformation, ITextViewer viewer, int offset) void
IContextInformationPresenter.install
(IContextInformation info, ITextViewer viewer, int offset) Installs this presenter for the given context information.void
IContextInformationValidator.install
(IContextInformation info, ITextViewer viewer, int offset) Installs this validator for the given context information.ModifierConstructorDescriptionCompletionProposal
(String replacementString, int replacementOffset, int replacementLength, int cursorPosition, Image image, String displayString, IContextInformation contextInformation, String additionalProposalInfo) Creates a new completion proposal. -
Uses of IContextInformation in org.eclipse.jface.text.templates
Modifier and TypeMethodDescriptionTemplateCompletionProcessor.computeContextInformation
(ITextViewer viewer, int documentOffset) TemplateProposal.getContextInformation()
-
Uses of IContextInformation in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionHippieProposalProcessor.computeContextInformation
(ITextViewer viewer, int offset)