Eclipse Platform
2.1

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

Packages that use IContextInformation
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
 

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 ICompletionProposal.getContextInformation()
          Returns optional context information associated with this proposal.
 IContextInformation[] IContentAssistProcessor.computeContextInformation(ITextViewer viewer, int documentOffset)
          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 CompletionProposal.getContextInformation()
           
 

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

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.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.