|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.jface.text.source.SourceViewerConfiguration | +--com.ibm.lpex.alef.LpexSourceViewerConfiguration
This class extends the configuration space defined by
SourceViewerConfiguration, with LPEX's content assist
for use with an LpexSourceViewer.
Instances of this class are passed to the configure
method of an LpexSourceViewer ISourceViewer
.
SourceViewerConfiguration
,
ISourceViewer
Constructor Summary | |
LpexSourceViewerConfiguration()
|
Method Summary | |
IContentAssistant |
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. |
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration |
getAnnotationHover, getAutoIndentStrategy, getConfiguredContentTypes, getContentAssistant, getContentFormatter, getDefaultPrefix, getDoubleClickStrategy, getIndentPrefixes, getPresentationReconciler, getReconciler, getTabWidth, getTextHover, getUndoManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LpexSourceViewerConfiguration()
Method Detail |
public IContentAssistant getLpexContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
com.ibm.lpex.alef.contentassist.IContentAssistant
ready to be used with the given LPEX source viewer. This implementation
returns null
.sourceViewer
- the LpexSourceViewer to be configured by this
configurationnull
if content assist should not be supported
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |