SWT LPEX
v3.0.5

Uses of Interface
com.ibm.lpex.alef.contentassist.IContextInformation

Packages that use IContextInformation
com.ibm.lpex.alef.contentassist This package is a version of package org.eclipse.jface.text.contentassist modified for use with LPEX. 
 

Uses of IContextInformation in com.ibm.lpex.alef.contentassist
 

Classes in com.ibm.lpex.alef.contentassist that implement IContextInformation
 class ContextInformation
          An implementation of the IContextInformation interface for LPEX.
 

Methods in com.ibm.lpex.alef.contentassist that return IContextInformation
 IContextInformation CompletionProposal.getContextInformation()
           
 IContextInformation[] IContentAssistProcessor.computeContextInformation(ITextViewer viewer, int documentOffset)
          Return 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()
          Return optional context information associated with this proposal.
 

Methods in com.ibm.lpex.alef.contentassist with parameters of type IContextInformation
 void ContextInformationValidator.install(IContextInformation contextInformation, ITextViewer viewer, LpexDocumentLocation location)
          Install this validator for the given context information.
 void IContextInformationValidator.install(IContextInformation info, ITextViewer viewer, LpexDocumentLocation documentLocation)
          Install this validator for the given context information.
 void IContextInformationPresenter.install(IContextInformation info, ITextViewer viewer, LpexDocumentLocation documentLocation)
          Installs this presenter for the given context information.
 

Constructors in com.ibm.lpex.alef.contentassist with parameters of type IContextInformation
CompletionProposal(String replacementString, int replacementOffset, int replacementLength, int cursorPosition, Image image, String displayString, IContextInformation contextInformation, String additionalProposalInfo)
          Create a new completion proposal.
 


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.