Package org.eclipse.ui.internal.intro

Examples of org.eclipse.ui.internal.intro.IIntroRegistry


    JFaceUtil.initializeJFacePreferences();

    // create workbench window manager
    windowManager = new WindowManager();

    IIntroRegistry introRegistry = WorkbenchPlugin.getDefault()
        .getIntroRegistry();
    if (introRegistry.getIntroCount() > 0) {
      IProduct product = Platform.getProduct();
      if (product != null) {
        introDescriptor = (IntroDescriptor) introRegistry
            .getIntroForProduct(product.getId());
      }
    }

    // Initialize the activity support.
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.intro.IIntroRegistry

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.