org.eclipse.xtend.ide.editor
Class RichStringAwareSourceViewer.Factory

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.XtextSourceViewer.DefaultFactory
      extended by org.eclipse.xtend.ide.editor.RichStringAwareSourceViewer.Factory
All Implemented Interfaces:
XtextSourceViewer.Factory
Enclosing class:
RichStringAwareSourceViewer

public static class RichStringAwareSourceViewer.Factory
extends XtextSourceViewer.DefaultFactory


Constructor Summary
RichStringAwareSourceViewer.Factory()
           
 
Method Summary
 XtextSourceViewer createSourceViewer(org.eclipse.swt.widgets.Composite parent, org.eclipse.jface.text.source.IVerticalRuler ruler, org.eclipse.jface.text.source.IOverviewRuler overviewRuler, boolean showsAnnotationOverview, int styles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichStringAwareSourceViewer.Factory

public RichStringAwareSourceViewer.Factory()
Method Detail

createSourceViewer

public XtextSourceViewer createSourceViewer(org.eclipse.swt.widgets.Composite parent,
                                            org.eclipse.jface.text.source.IVerticalRuler ruler,
                                            org.eclipse.jface.text.source.IOverviewRuler overviewRuler,
                                            boolean showsAnnotationOverview,
                                            int styles)
Specified by:
createSourceViewer in interface XtextSourceViewer.Factory
Overrides:
createSourceViewer in class XtextSourceViewer.DefaultFactory