Class BslCustomXtextSourceViewer.BslCustomFactory

  • All Implemented Interfaces:
    org.eclipse.xtext.ui.editor.XtextSourceViewer.Factory
    Enclosing class:
    BslCustomXtextSourceViewer

    public static class BslCustomXtextSourceViewer.BslCustomFactory
    extends Object
    implements org.eclipse.xtext.ui.editor.XtextSourceViewer.Factory
    Custom implementation of XtextSourceViewer.Factory, that creates BslCustomXtextSourceViewer.
    • Constructor Detail

      • BslCustomFactory

        public BslCustomFactory()
    • Method Detail

      • createSourceViewer

        public org.eclipse.xtext.ui.editor.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 org.eclipse.xtext.ui.editor.XtextSourceViewer.Factory