Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.contentassist.IContextInformation

Packages that use IContextInformation
org.eclipse.jface.contentassist Provides a content assist add-on for implementors of IContentAssistSubjectControl.  
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer.  
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
 

Uses of IContextInformation in org.eclipse.jface.contentassist
 

Methods in org.eclipse.jface.contentassist that return IContextInformation
 IContextInformation[] ISubjectControlContentAssistProcessor.computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)
          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.
 

Methods in org.eclipse.jface.contentassist with parameters of type IContextInformation
 void SubjectControlContextInformationValidator.install(IContextInformation contextInformation, ITextViewer viewer, int offset)
           
 void SubjectControlContextInformationValidator.install(IContextInformation contextInformation, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
           
 void ISubjectControlContextInformationValidator.install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
          Installs this validator for the given context information.
 void ISubjectControlContextInformationPresenter.install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
          Installs this presenter for the given context information.
 

Uses of IContextInformation in org.eclipse.jface.text.contentassist
 

Classes in org.eclipse.jface.text.contentassist that implement IContextInformation
 class ContextInformation
          A default implementation of the IContextInformation interface.
 

Methods in org.eclipse.jface.text.contentassist that return IContextInformation
 IContextInformation[] IContentAssistProcessor.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.
 IContextInformation ICompletionProposal.getContextInformation()
          Returns optional context information associated with this proposal.
 IContextInformation CompletionProposal.getContextInformation()
           
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IContextInformation
 void IContextInformationValidator.install(IContextInformation info, ITextViewer viewer, int offset)
          Installs this validator for the given context information.
 void IContextInformationPresenter.install(IContextInformation info, ITextViewer viewer, int offset)
          Installs this presenter for the given context information.
 void ContextInformationValidator.install(IContextInformation contextInformation, ITextViewer viewer, int offset)
           
 

Constructors in org.eclipse.jface.text.contentassist with parameters of type IContextInformation
CompletionProposal(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
 

Methods in org.eclipse.jface.text.templates that return IContextInformation
 IContextInformation TemplateProposal.getContextInformation()
           
 IContextInformation[] TemplateCompletionProcessor.computeContextInformation(ITextViewer viewer, int documentOffset)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.