Package org.eclipse.help.internal.extension

Examples of org.eclipse.help.internal.extension.ContentExtensionManager


  /**
   * Used to obtain the ContentExtensionManager
   */
  public static ContentExtensionManager getContentExtensionManager() {
    if (getDefault().contentExtensionManager == null)
      getDefault().contentExtensionManager = new ContentExtensionManager();
    return getDefault().contentExtensionManager;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.help.internal.extension.ContentExtensionManager

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.