Package at.bestsolution.efxclipse.text.editor

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


   * @return the marker annotation preferences
   * @since 3.1
   */
  public synchronized MarkerAnnotationPreferences getMarkerAnnotationPreferences() {
    if (!isMarkerAnnotationPreferencesInitialized())
      new MarkerAnnotationPreferences().getAnnotationPreferences(); // force creation of shared preferences
    return markerAnnotationPreferences;
  }
View Full Code Here

TOP

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

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.