Package at.bestsolution.efxclipse.tooling.ui.preview.text

Examples of at.bestsolution.efxclipse.tooling.ui.preview.text.AnnotationAccess


          CTabItem fxmlContent = new CTabItem(folder, SWT.NONE);
          fxmlContent.setText("FXML-Source");
          fxmlContent.setImage(JFaceResources.getImage(IMAGE_FXML_CONTENT));

          final AnnotationModel model = new AnnotationModel();
          VerticalRuler verticalRuler = new VerticalRuler(VERTICAL_RULER_WIDTH, new AnnotationAccess());
          int styles = SWT.V_SCROLL | SWT.H_SCROLL | SWT.MULTI | SWT.BORDER | SWT.FULL_SELECTION;
          SourceViewer sourceViewer = new SourceViewer(folder, verticalRuler, styles);
          sourceViewer.configure(new XMLConfiguration(new ColorManager()));
          sourceViewer.setEditable(false);
          sourceViewer.getTextWidget().setFont(JFaceResources.getTextFont());
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.tooling.ui.preview.text.AnnotationAccess

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.