Package org.eclipse.ui.intro.config

Examples of org.eclipse.ui.intro.config.IIntroContentProvider.dispose()


  public void clear() {
    for (Iterator it = contentProviders.values().iterator(); it.hasNext();) {
      ContentProviderWrapper providerWrapper = (ContentProviderWrapper) it.next();
      IIntroContentProvider provider = providerWrapper.getIIntroContentProvider();
      provider.dispose();
    }
    contentProviders.clear();
    if (Log.logInfo)
      Log.info("Cleared Intro model content providers"); //$NON-NLS-1$
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.