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

Packages that use IContentAssistant
com.ibm.lpex.alef This package provides advanced line-oriented editing functions for Eclipse Platform plugins. 
com.ibm.lpex.alef.contentassist This package is a copy of package org.eclipse.jface.text.contentassist modified for use with LPEX. 
 

Uses of IContentAssistant in com.ibm.lpex.alef
 

Fields in com.ibm.lpex.alef declared as IContentAssistant
protected  IContentAssistant LpexSourceViewer.fContentAssistant
          The viewer's content assistant.
 

Methods in com.ibm.lpex.alef that return IContentAssistant
 IContentAssistant LpexSourceViewerConfiguration.getLpexContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
          Return a com.ibm.lpex.alef.contentassist.IContentAssistant ready to be used with the given LPEX source viewer.
 

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

Classes in com.ibm.lpex.alef.contentassist that implement IContentAssistant
 class ContentAssistant
          An LPEX-based implementation of the IContentAssistant interface.