|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LpexTextViewer | |
---|---|
com.ibm.lpex.alef | This package provides advanced line-oriented editing functions for Eclipse technology plug-ins. |
com.ibm.lpex.alef.contentassist | This package is a version 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. |
Methods in com.ibm.lpex.alef with parameters of type LpexTextViewer | |
protected static int | LpexVerticalRuler.widgetLine2ModelLine(LpexTextViewer viewer,
int widgetRow)
Returns the line of the viewer's document that corresponds to the given row number in the LPEX text widget edit area. |
Uses of LpexTextViewer in com.ibm.lpex.alef.contentassist |
---|
Methods in com.ibm.lpex.alef.contentassist with parameters of type LpexTextViewer | |
void | ICompletionProposal.apply(LpexTextViewer textViewer)
Insert the proposed completion into the document of the given text viewer. |
void | CompletionProposal.apply(LpexTextViewer viewer)
In LPEX, we apply against the LpexTextViewer directly, not its document. |
|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |