|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTextSourceViewerConfiguration
com.ibm.lpex.alef.LpexSourceViewerConfiguration
public class LpexSourceViewerConfiguration
This class extends the configuration space defined by
TextSourceViewerConfiguration, with LPEX's content assist and hyperlink support
for use with an LpexSourceViewer.
Instances of this class are passed to the
configure()
method of LpexSourceViewer.
TextSourceViewerConfiguration
,
ISourceViewer
Constructor Summary | |
---|---|
LpexSourceViewerConfiguration()
Creates an LPEX source viewer configuration. |
|
LpexSourceViewerConfiguration(IPreferenceStore preferenceStore)
Creates an LPEX source viewer configuration and initializes it with the given preference store. |
Method Summary | |
---|---|
IHyperlinkPresenter |
getHyperlinkPresenter(ISourceViewer sourceViewer)
Returns the hyperlink presenter for the given LPEX source viewer. |
IContentAssistant |
getLpexContentAssistant(ISourceViewer sourceViewer)
Returns a content assistant ready to be used with the given LPEX source viewer. |
IReconciler |
getReconciler(ISourceViewer sourceViewer)
Returns a reconciler ready to be used with the given source viewer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LpexSourceViewerConfiguration()
public LpexSourceViewerConfiguration(IPreferenceStore preferenceStore)
Method Detail |
---|
public IContentAssistant getLpexContentAssistant(ISourceViewer sourceViewer)
null
.
sourceViewer
- the LpexSourceViewer to be configured by this configuration
null
if content assist should not be supportedpublic IHyperlinkPresenter getHyperlinkPresenter(ISourceViewer sourceViewer)
LpexDefaultHyperlinkPresenter
.
sourceViewer
- the LpexSourceViewer to be configured by this configuration
null
if no hyperlink support should be installedpublic IReconciler getReconciler(ISourceViewer sourceViewer)
null
.
|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |