org.eclipse.xtext.ui.codetemplates.ui.preferences
Class TemplatesLanguageConfiguration

java.lang.Object
  extended by org.eclipse.xtext.ui.codetemplates.ui.preferences.TemplatesLanguageConfiguration

public class TemplatesLanguageConfiguration
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
TemplatesLanguageConfiguration()
           
 
Method Summary
 org.eclipse.jface.dialogs.IDialogSettings getDialogSettings()
           
 HighlightingHelper getHighlightingHelper()
           
 SourceViewerHandleFactory getSourceViewerHandleFactory()
           
 void setDialogSettings(org.eclipse.jface.dialogs.IDialogSettings dialogSettings)
           
 void setHighlightingHelper(HighlightingHelper highlightingHelper)
           
 void setSourceViewerHandleFactory(SourceViewerHandleFactory sourceViewerHandleFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplatesLanguageConfiguration

public TemplatesLanguageConfiguration()
Method Detail

getDialogSettings

public org.eclipse.jface.dialogs.IDialogSettings getDialogSettings()

setDialogSettings

public void setDialogSettings(org.eclipse.jface.dialogs.IDialogSettings dialogSettings)

getSourceViewerHandleFactory

public SourceViewerHandleFactory getSourceViewerHandleFactory()

setSourceViewerHandleFactory

public void setSourceViewerHandleFactory(SourceViewerHandleFactory sourceViewerHandleFactory)

getHighlightingHelper

public HighlightingHelper getHighlightingHelper()

setHighlightingHelper

public void setHighlightingHelper(HighlightingHelper highlightingHelper)