Package at.bestsolution.efxclipse.text.editor

Examples of at.bestsolution.efxclipse.text.editor.AnnotationPreferenceLookup


   * @return the annotation preference lookup
   * @since 3.0
   */
  public AnnotationPreferenceLookup getAnnotationPreferenceLookup() {
    if (annotationPreferenceLookup == null)
      annotationPreferenceLookup= new AnnotationPreferenceLookup();
    return annotationPreferenceLookup;
  }
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.text.editor.AnnotationPreferenceLookup

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.