Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.runtime.IBundleGroupProvider

Packages that use IBundleGroupProvider
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
 

Uses of IBundleGroupProvider in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IBundleGroupProvider
static IBundleGroupProvider[] Platform.getBundleGroupProviders()
          Returns the currently registered bundle group providers
 

Methods in org.eclipse.core.runtime with parameters of type IBundleGroupProvider
static void Platform.registerBundleGroupProvider(IBundleGroupProvider provider)
          Registers the given bundle group provider with the platform
static void Platform.unregisterBundleGroupProvider(IBundleGroupProvider provider)
          Deregisters the given bundle group provider with the platform
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.