|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationComponent | |
|---|---|
| com.intellij.debugger.engine | |
| com.intellij.debugger.engine.evaluation | |
| com.intellij.execution | Provides interfaces for running programs from within IDEA and for defining and working with run configurations. |
| com.intellij.execution.configurations | Provides interfaces for defining run configurations. |
| com.intellij.featureStatistics | Provides interfaces for working with and extending IDEA's Productivity Hints mechanism. |
| com.intellij.ide | Provides interfaces for accessing common IDEA actions, services and user interface components. |
| com.intellij.j2ee.appServerIntegrations | Provides basic interfaces describing an application server integrated with IDEA. |
| com.intellij.j2ee.deployment | Provides interfaces which allow plugins to define how J2EE modules are deployed to application servers. |
| com.intellij.j2ee.j2eeDom | Provides the Document Object Model for the J2EE configuration files (module properties, deployment descriptors and so on). |
| com.intellij.j2ee.run.configuration | Provides interfaces for reusing and extending the J2EE module run configurations. |
| com.intellij.navigation | Provides base interfaces for elements which can serve as targets for navigation, and for extending the "Go to Class" and "Go to Symbol" lists. |
| com.intellij.openapi.components | Provides base interfaces for implementing and working with components that extend IDEA. |
| com.intellij.openapi.diff | Provides interfaces for invoking the IDEA's diff and merge user interface and for creating custom diff implementations. |
| com.intellij.openapi.editor | Provides interfaces for working with IDEA's text editor. |
| com.intellij.openapi.localVcs | Provides interfaces for working with IDEA's Local VCS. |
| com.intellij.openapi.module | Provides interfaces for working with modules, module types and implementing module-level components. |
| com.intellij.openapi.projectRoots | Provides interfaces for working with JDKs and registering new JDK types. |
| com.intellij.openapi.roots.ui.configuration | Provides interfaces for customizing the configuration interface for modules of specific types. |
| com.intellij.openapi.util | Provides services for working with icons, passwords and miscellaneous other services. |
| com.intellij.openapi.vcs | Provides interfaces for integrating IDEA with version control systems. |
| com.intellij.openapi.vcs.vfs | Provides the implementation of a virtual file system based on a version control system repository. |
| 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.css.resolve | Provides interfaces for resolving references to CSS elements. |
| com.intellij.testFramework | Provides a test framework for writing tests which use IDEA projects, PSI and other services. |
| com.intellij.usages | Provides interfaces for working with the usage view tree. |
| com.intellij.usages.impl | Provides the implementation of the usage view tree. |
| com.intellij.usages.rules | Provides the interfaces for usage grouping and filtering rules used in the usage view tree. |
| com.intellij.usageView | Deprecated. |
| com.intellij.util.net | Provides user interface components for configuring HTTP settings. |
| com.intellij.util.projectImport | Provides interfaces allowing plugins to hook into JBuilder project import for specific project types (for example, J2ME projects). |
| Uses of ApplicationComponent in com.intellij.debugger.engine |
|---|
| Classes in com.intellij.debugger.engine that implement ApplicationComponent | |
|---|---|
class |
DebuggerUtils
|
| Uses of ApplicationComponent in com.intellij.debugger.engine.evaluation |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.debugger.engine.evaluation | |
|---|---|
interface |
CodeFragmentFactory
|
| Uses of ApplicationComponent in com.intellij.execution |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.execution | |
|---|---|
interface |
LocatableConfigurationType
|
| Classes in com.intellij.execution that implement ApplicationComponent | |
|---|---|
class |
ExecutionRegistry
|
| Uses of ApplicationComponent in com.intellij.execution.configurations |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.execution.configurations | |
|---|---|
interface |
ConfigurationType
|
| Uses of ApplicationComponent in com.intellij.featureStatistics |
|---|
| Classes in com.intellij.featureStatistics that implement ApplicationComponent | |
|---|---|
class |
ProductivityFeaturesProvider
User: anna Date: Jan 30, 2005 |
class |
ProductivityFeaturesRegistry
User: anna Date: Feb 3, 2005 |
| Uses of ApplicationComponent in com.intellij.ide |
|---|
| Classes in com.intellij.ide that implement ApplicationComponent | |
|---|---|
class |
GeneralSettings
|
| Uses of ApplicationComponent in com.intellij.j2ee.appServerIntegrations |
|---|
| Classes in com.intellij.j2ee.appServerIntegrations that implement ApplicationComponent | |
|---|---|
class |
AppServerIntegration
Application server integration component Specific app server integrations should implement it |
| Uses of ApplicationComponent in com.intellij.j2ee.deployment |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.j2ee.deployment | |
|---|---|
interface |
JspDeploymentManager
|
| Uses of ApplicationComponent in com.intellij.j2ee.j2eeDom |
|---|
| Classes in com.intellij.j2ee.j2eeDom that implement ApplicationComponent | |
|---|---|
class |
XmlPathFactory
author: lesya |
| Uses of ApplicationComponent in com.intellij.j2ee.run.configuration |
|---|
| Classes in com.intellij.j2ee.run.configuration that implement ApplicationComponent | |
|---|---|
class |
J2EEConfigurationType
|
| Uses of ApplicationComponent in com.intellij.navigation |
|---|
| Classes in com.intellij.navigation that implement ApplicationComponent | |
|---|---|
class |
ChooseByNameRegistry
Registry of components which contribute items to "Goto Class" and "Goto Symbol" lists. |
| Uses of ApplicationComponent in com.intellij.openapi.components |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.openapi.components | |
|---|---|
interface |
ExportableApplicationComponent
|
| Uses of ApplicationComponent in com.intellij.openapi.diff |
|---|
| Classes in com.intellij.openapi.diff that implement ApplicationComponent | |
|---|---|
class |
DiffManager
|
| Uses of ApplicationComponent in com.intellij.openapi.editor |
|---|
| Classes in com.intellij.openapi.editor that implement ApplicationComponent | |
|---|---|
class |
EditorFactory
Provides services for creating document and editor instances. |
| Uses of ApplicationComponent in com.intellij.openapi.localVcs |
|---|
| Classes in com.intellij.openapi.localVcs that implement ApplicationComponent | |
|---|---|
class |
LvcsConfiguration
|
| Uses of ApplicationComponent in com.intellij.openapi.module |
|---|
| Classes in com.intellij.openapi.module that implement ApplicationComponent | |
|---|---|
class |
ModuleTypeManager
|
| Uses of ApplicationComponent in com.intellij.openapi.projectRoots |
|---|
| Classes in com.intellij.openapi.projectRoots that implement ApplicationComponent | |
|---|---|
class |
JavaSdk
|
| Uses of ApplicationComponent in com.intellij.openapi.roots.ui.configuration |
|---|
| Classes in com.intellij.openapi.roots.ui.configuration that implement ApplicationComponent | |
|---|---|
class |
DefaultModuleConfigurationEditorFactory
|
| Uses of ApplicationComponent in com.intellij.openapi.util |
|---|
| Classes in com.intellij.openapi.util that implement ApplicationComponent | |
|---|---|
class |
DimensionService
This class represents map between strings and rectangles. |
| Uses of ApplicationComponent in com.intellij.openapi.vcs |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.openapi.vcs | |
|---|---|
interface |
CheckoutProvider
Implement this interface and register it as ApplicationComponent in order to provide checkout |
| Uses of ApplicationComponent in com.intellij.openapi.vcs.vfs |
|---|
| Classes in com.intellij.openapi.vcs.vfs that implement ApplicationComponent | |
|---|---|
class |
VcsFileSystem
|
| Uses of ApplicationComponent in com.intellij.psi.codeStyle |
|---|
| Classes in com.intellij.psi.codeStyle that implement ApplicationComponent | |
|---|---|
class |
CodeStyleSettingsManager
|
| Uses of ApplicationComponent in com.intellij.psi.css.resolve |
|---|
| Classes in com.intellij.psi.css.resolve that implement ApplicationComponent | |
|---|---|
class |
UrlCreator
|
| Uses of ApplicationComponent in com.intellij.testFramework |
|---|
| Classes in com.intellij.testFramework that implement ApplicationComponent | |
|---|---|
class |
TestEditorManagerImpl
|
| Uses of ApplicationComponent in com.intellij.usages |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.usages | |
|---|---|
interface |
UsageConvertor
|
| Classes in com.intellij.usages that implement ApplicationComponent | |
|---|---|
class |
UsageViewSettings
|
| Uses of ApplicationComponent in com.intellij.usages.impl |
|---|
| Classes in com.intellij.usages.impl that implement ApplicationComponent | |
|---|---|
class |
UsageFilteringRuleProviderImpl
Created by IntelliJ IDEA. |
class |
UsageGroupingRuleProviderImpl
Created by IntelliJ IDEA. |
| Uses of ApplicationComponent in com.intellij.usages.rules |
|---|
| Subinterfaces of ApplicationComponent in com.intellij.usages.rules | |
|---|---|
interface |
UsageFilteringRuleProvider
|
interface |
UsageGroupingRuleProvider
Created by IntelliJ IDEA. |
| Uses of ApplicationComponent in com.intellij.usageView |
|---|
| Classes in com.intellij.usageView that implement ApplicationComponent | |
|---|---|
class |
UsageTreeColorsScheme
|
| Uses of ApplicationComponent in com.intellij.util.net |
|---|
| Classes in com.intellij.util.net that implement ApplicationComponent | |
|---|---|
class |
HttpConfigurable
Created by IntelliJ IDEA. |
| Uses of ApplicationComponent in com.intellij.util.projectImport |
|---|
| Classes in com.intellij.util.projectImport that implement ApplicationComponent | |
|---|---|
class |
JBuilderLibraryImportHelper
User: anna Date: Jun 13, 2005 |
class |
JBuilderProjectImportHelper
User: anna Date: May 23, 2005 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||