Uses of Interface
org.eclipse.osgi.service.resolver.PlatformAdmin

Packages that use PlatformAdmin
org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry. 
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.framework.adaptor   
 

Uses of PlatformAdmin in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return PlatformAdmin
static PlatformAdmin Platform.getPlatformAdmin()
          Returns the platform administrator for this running Eclipse.
 

Uses of PlatformAdmin in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return PlatformAdmin
 PlatformAdmin BaseAdaptor.getPlatformAdmin()
           
 

Uses of PlatformAdmin in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor that return PlatformAdmin
 PlatformAdmin FrameworkAdaptor.getPlatformAdmin()
          Returns the PlatformAdmin for this FrameworkAdaptor.