Uses of Interface
com.intellij.openapi.components.ComponentManager

Packages that use ComponentManager
com.intellij.openapi.application Provides interfaces for working with IDEA's threading model, getting basic information about the IDEA application and listening to IDEA lifecycle events. 
com.intellij.openapi.module Provides interfaces for working with modules, module types and implementing module-level components. 
com.intellij.openapi.project Provides interfaces for working with projects. 
 

Uses of ComponentManager in com.intellij.openapi.application
 

Subinterfaces of ComponentManager in com.intellij.openapi.application
 interface Application
          Provides access to core application-wide functionality and methods for working with the IDEA thread model.
 

Uses of ComponentManager in com.intellij.openapi.module
 

Subinterfaces of ComponentManager in com.intellij.openapi.module
 interface Module
          Represents a module in an IDEA project.
 

Uses of ComponentManager in com.intellij.openapi.project
 

Subinterfaces of ComponentManager in com.intellij.openapi.project
 interface Project
          Project interface class.