Package com.cb.eclipse.folding.theme

Examples of com.cb.eclipse.folding.theme.ProjectionAnnotationRangeIndicator


    this.rangeIndication= rangeIndication;
  }

  private void drawRangeIndication(GC gc, Canvas canvas, Rectangle r) {
    AnnotationThemeFactory themeFactory = AnnotationThemeFactory.getFactory(this);
    ProjectionAnnotationRangeIndicator indicator = themeFactory.getRangeIndicator(this);
    indicator.paint(gc, canvas, r);
  }
View Full Code Here

TOP

Related Classes of com.cb.eclipse.folding.theme.ProjectionAnnotationRangeIndicator

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.