Uses of Class
com.ibm.lpex.alef.LpexTextViewer

Packages that use LpexTextViewer
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 LpexTextViewer in com.ibm.lpex.alef
 

Subclasses of LpexTextViewer in com.ibm.lpex.alef
 class LpexSourceViewer
          A line-oriented, LPEX-based partial implementation of org.eclipse.jface.text.source.ISourceViewer.
 

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

Methods in com.ibm.lpex.alef.contentassist with parameters of type LpexTextViewer
 void CompletionProposal.apply(LpexTextViewer viewer)