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

Packages that use ProjectComponent
com.intellij.codeInsight.intention Provides interfaces for implementing intention actions. 
com.intellij.debugger Provides interfaces for interacting with IDEA's debugger. 
com.intellij.ide Provides interfaces for accessing common IDEA actions, services and user interface components. 
com.intellij.ide.util Provides interfaces for accessing additional user interface services and the generic tree view framework. 
com.intellij.ide.util.gotoByName Provides interfaces for invoking "choose by name" dialogs similar to the standard "Go to Class", "Go to File" and "Go to Symbol" dialogs. 
com.intellij.j2ee.j2eeDom Provides the Document Object Model for the J2EE configuration files (module properties, deployment descriptors and so on). 
com.intellij.openapi.vcs Provides interfaces for integrating IDEA with version control systems. 
com.intellij.openapi.vcs.fileView Provides interfaces which allow custom version control system integrations to support the "Show File View" action. 
com.intellij.openapi.vcs.versionBrowser Provides interfaces which allow custom version control system integrations to support the "Browse Changes" action. 
com.intellij.packageDependencies Provides interfaces for retrieving information about package dependency rules. 
com.intellij.pom The POM API is unfinished, undocumented, does not allow to perform any tasks for which no other APIs exist, and thus should not be used. 
com.intellij.pom.java The POM API is unfinished, undocumented, does not allow to perform any tasks for which no other APIs exist, and thus should not be used. 
com.intellij.pom.tree   
com.intellij.pom.xml   
com.intellij.psi.codeStyle Provides interfaces for working with code style settings, invoking the formatter and getting name suggestions dependent on code style settings. 
com.intellij.psi.search.scope.packageSet Provides interfaces for working with named search scopes containing sets of packages. 
com.intellij.testFramework Provides a test framework for writing tests which use IDEA projects, PSI and other services. 
com.intellij.usages.impl Provides the implementation of the usage view tree. 
 

Uses of ProjectComponent in com.intellij.codeInsight.intention
 

Classes in com.intellij.codeInsight.intention that implement ProjectComponent
 class IntentionManager
          Manager for intentions.
 

Uses of ProjectComponent in com.intellij.debugger
 

Classes in com.intellij.debugger that implement ProjectComponent
 class DebuggerManager
          Created by IntelliJ IDEA.
 

Uses of ProjectComponent in com.intellij.ide
 

Classes in com.intellij.ide that implement ProjectComponent
 class SelectInManager
           
 

Uses of ProjectComponent in com.intellij.ide.util
 

Classes in com.intellij.ide.util that implement ProjectComponent
 class TreeClassChooserFactory
          User: anna Date: Jan 25, 2005
 

Uses of ProjectComponent in com.intellij.ide.util.gotoByName
 

Classes in com.intellij.ide.util.gotoByName that implement ProjectComponent
 class ChooseByNameFactory
          User: anna Date: Jan 26, 2005
 

Uses of ProjectComponent in com.intellij.j2ee.j2eeDom
 

Classes in com.intellij.j2ee.j2eeDom that implement ProjectComponent
 class XmlBasedObjectsManager
          author: lesya
 

Uses of ProjectComponent in com.intellij.openapi.vcs
 

Classes in com.intellij.openapi.vcs that implement ProjectComponent
 class VcsConfiguration
          author: lesya
 class VcsManager
           
 

Uses of ProjectComponent in com.intellij.openapi.vcs.fileView
 

Classes in com.intellij.openapi.vcs.fileView that implement ProjectComponent
 class FileViewConfiguration
          author: lesya
 

Uses of ProjectComponent in com.intellij.openapi.vcs.versionBrowser
 

Classes in com.intellij.openapi.vcs.versionBrowser that implement ProjectComponent
 class ChangeBrowserSettings
           
 

Uses of ProjectComponent in com.intellij.packageDependencies
 

Classes in com.intellij.packageDependencies that implement ProjectComponent
 class DependencyValidationManager
          User: anna Date: Mar 2, 2005
 

Uses of ProjectComponent in com.intellij.pom
 

Subinterfaces of ProjectComponent in com.intellij.pom
 interface PomModel
           
 interface PomModelAspect
           
 

Classes in com.intellij.pom that implement ProjectComponent
 class PomCoreAspect
           
 

Uses of ProjectComponent in com.intellij.pom.java
 

Classes in com.intellij.pom.java that implement ProjectComponent
 class PomJavaAspect
           
 

Uses of ProjectComponent in com.intellij.pom.tree
 

Classes in com.intellij.pom.tree that implement ProjectComponent
 class TreeAspect
           
 

Uses of ProjectComponent in com.intellij.pom.xml
 

Subinterfaces of ProjectComponent in com.intellij.pom.xml
 interface XmlAspect
           
 

Uses of ProjectComponent in com.intellij.psi.codeStyle
 

Classes in com.intellij.psi.codeStyle that implement ProjectComponent
 class CodeStyleSettingsManager
           
 

Uses of ProjectComponent in com.intellij.psi.search.scope.packageSet
 

Classes in com.intellij.psi.search.scope.packageSet that implement ProjectComponent
 class NamedScopeManager
           
 

Uses of ProjectComponent in com.intellij.testFramework
 

Classes in com.intellij.testFramework that implement ProjectComponent
 class TestEditorManagerImpl
           
 

Uses of ProjectComponent in com.intellij.usages.impl
 

Classes in com.intellij.usages.impl that implement ProjectComponent
 class UsageViewManagerImpl
          Created by IntelliJ IDEA.