Uses of Interface
com.intellij.openapi.util.JDOMExternalizable

Packages that use JDOMExternalizable
com.intellij.debugger Provides interfaces for interacting with IDEA's debugger. 
com.intellij.execution.configurations Provides interfaces for defining run configurations. 
com.intellij.execution.runners   
com.intellij.ide Provides interfaces for accessing common IDEA actions, services and user interface components. 
com.intellij.ide.util.treeView Provides interfaces for the generic tree view framework. 
com.intellij.j2ee.appServerIntegrations Provides basic interfaces describing an application server integrated with IDEA. 
com.intellij.j2ee.dataSource Provides interfaces and classes related to the configuration of J2EE data sources. 
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.j2eeDom.web   
com.intellij.j2ee.module   
com.intellij.j2ee.run.configuration Provides interfaces for reusing and extending the J2EE module run configurations. 
com.intellij.j2ee.run.localRun Provides interfaces for controlling how application servers are started locally on the development machine. 
com.intellij.openapi.editor.colors Provides interfaces for working with text editor color schemes. 
com.intellij.openapi.editor.markup Provides interfaces for highlighting the contents of the text editor and drawing additional decorations in the gutter (to the left of the editor) and the error stripe bar (to the right of the editor). 
com.intellij.openapi.localVcs Provides interfaces for working with IDEA's Local VCS. 
com.intellij.openapi.roots.libraries Provides interfaces for defining the contents of a library and for working with lists of libraries. 
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.fileView Provides interfaces which allow custom version control system integrations to support the "Show File View" action. 
com.intellij.openapi.vcs.update Provides interfaces which allow custom version control system integrations to support the "Update Project" action. 
com.intellij.openapi.vcs.versionBrowser Provides interfaces which allow custom version control system integrations to support the "Browse Changes" action. 
com.intellij.openapi.vfs.pointers Provides interfaces for working with virtual file pointers - references to virtual files which survive temporary invalidation of virtual files. 
com.intellij.packageDependencies Provides interfaces for retrieving information about package dependency rules. 
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 Provides interfaces for searching references to elements, searching for classes and symbols by name, searching for TODO items and defining scope of searches. 
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 Provides interfaces for working with the usage view tree. 
com.intellij.usages.impl Provides the implementation of the usage view tree. 
com.intellij.usageView Deprecated. 
com.intellij.util.net Provides user interface components for configuring HTTP settings. 
 

Uses of JDOMExternalizable in com.intellij.debugger
 

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

Uses of JDOMExternalizable in com.intellij.execution.configurations
 

Classes in com.intellij.execution.configurations with type parameters of type JDOMExternalizable
 class RunnerSettings<RSettings extends JDOMExternalizable>
           
 

Subinterfaces of JDOMExternalizable in com.intellij.execution.configurations
 interface ConfigurationTemplate
           
 interface RunConfiguration
           
 interface RunConfigurationWithRunnerSettings
          User: anna Date: Oct 19, 2004
 

Classes in com.intellij.execution.configurations that implement JDOMExternalizable
 class ConfigurationPerRunnerSettings
           
 class RunConfigurationBase
           
 class RunnerSettings<RSettings extends JDOMExternalizable>
           
 

Methods in com.intellij.execution.configurations that return JDOMExternalizable
 JDOMExternalizable RunConfiguration.createRunnerSettings(ConfigurationInfoProvider provider)
           
 JDOMExternalizable ConfigurationPerRunnerSettings.getSettings()
           
 

Methods in com.intellij.execution.configurations that return types with arguments of type JDOMExternalizable
 SettingsEditor<JDOMExternalizable> RunConfiguration.getRunnerSettingsEditor(JavaProgramRunner runner)
           
 

Constructors in com.intellij.execution.configurations with parameters of type JDOMExternalizable
ConfigurationPerRunnerSettings(RunnerInfo runnerInfo, JDOMExternalizable settings)
           
 

Uses of JDOMExternalizable in com.intellij.execution.runners
 

Classes in com.intellij.execution.runners with type parameters of type JDOMExternalizable
 interface JavaProgramRunner<Settings extends JDOMExternalizable>
           
 

Uses of JDOMExternalizable in com.intellij.ide
 

Classes in com.intellij.ide that implement JDOMExternalizable
 class GeneralSettings
           
 class SelectInManager
           
 

Uses of JDOMExternalizable in com.intellij.ide.util.treeView
 

Classes in com.intellij.ide.util.treeView that implement JDOMExternalizable
 class TreeState
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.appServerIntegrations
 

Subinterfaces of JDOMExternalizable in com.intellij.j2ee.appServerIntegrations
 interface ApplicationServerPersistentData
           
 

Classes in com.intellij.j2ee.appServerIntegrations that implement JDOMExternalizable
 class DefaultPersistentData
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.dataSource
 

Classes in com.intellij.j2ee.dataSource that implement JDOMExternalizable
 class DatabaseTableData
           
 class DatabaseTableFieldData
           
 class DataSource
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.deployment
 

Classes in com.intellij.j2ee.deployment that implement JDOMExternalizable
 class DeploymentModel
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.j2eeDom
 

Subinterfaces of JDOMExternalizable in com.intellij.j2ee.j2eeDom
 interface J2EEDeploymentDescriptor<T extends XmlDataOwner>
           
 interface J2EEDeploymentItem
           
 

Classes in com.intellij.j2ee.j2eeDom that implement JDOMExternalizable
 class J2EEModuleProperties
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.j2eeDom.web
 

Classes in com.intellij.j2ee.j2eeDom.web that implement JDOMExternalizable
 class WebRoot
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.module
 

Subinterfaces of JDOMExternalizable in com.intellij.j2ee.module
 interface ModuleContainer
           
 

Classes in com.intellij.j2ee.module that implement JDOMExternalizable
 class ContainerElement
           
 class LibraryLink
           
 class ModuleLink
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.run.configuration
 

Subinterfaces of JDOMExternalizable in com.intellij.j2ee.run.configuration
 interface CommonModel
           
 interface ServerModel
           
 

Uses of JDOMExternalizable in com.intellij.j2ee.run.localRun
 

Classes in com.intellij.j2ee.run.localRun that implement JDOMExternalizable
 class EnvironmentVariable
           
 

Uses of JDOMExternalizable in com.intellij.openapi.editor.colors
 

Subinterfaces of JDOMExternalizable in com.intellij.openapi.editor.colors
 interface EditorColorsScheme
           
 

Uses of JDOMExternalizable in com.intellij.openapi.editor.markup
 

Classes in com.intellij.openapi.editor.markup that implement JDOMExternalizable
 class TextAttributes
           
 

Uses of JDOMExternalizable in com.intellij.openapi.localVcs
 

Classes in com.intellij.openapi.localVcs that implement JDOMExternalizable
 class LvcsConfiguration
           
 

Uses of JDOMExternalizable in com.intellij.openapi.roots.libraries
 

Subinterfaces of JDOMExternalizable in com.intellij.openapi.roots.libraries
 interface Library
           
 

Uses of JDOMExternalizable in com.intellij.openapi.util
 

Subinterfaces of JDOMExternalizable in com.intellij.openapi.util
 interface NamedJDOMExternalizable
           
 

Classes in com.intellij.openapi.util that implement JDOMExternalizable
 class DimensionService
          This class represents map between strings and rectangles.
 class JDOMExternalizableStringList
           
 

Uses of JDOMExternalizable in com.intellij.openapi.vcs
 

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

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

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

Uses of JDOMExternalizable in com.intellij.openapi.vcs.update
 

Classes in com.intellij.openapi.vcs.update that implement JDOMExternalizable
 class FileGroup
           
 class UpdatedFiles
           
 

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

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

Uses of JDOMExternalizable in com.intellij.openapi.vfs.pointers
 

Subinterfaces of JDOMExternalizable in com.intellij.openapi.vfs.pointers
 interface VirtualFilePointer
           
 

Uses of JDOMExternalizable in com.intellij.packageDependencies
 

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

Uses of JDOMExternalizable in com.intellij.psi.codeStyle
 

Classes in com.intellij.psi.codeStyle that implement JDOMExternalizable
 class CodeStyleSettings
           
static class CodeStyleSettings.ImportLayoutTable
           
static class CodeStyleSettings.IndentOptions
           
static class CodeStyleSettings.PackageTable
           
static class CodeStyleSettings.TypeToNameMap
           
 class CodeStyleSettingsManager
           
 

Uses of JDOMExternalizable in com.intellij.psi.search
 

Classes in com.intellij.psi.search that implement JDOMExternalizable
 class TodoAttributes
           
 class TodoPattern
           
 

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

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

Uses of JDOMExternalizable in com.intellij.testFramework
 

Classes in com.intellij.testFramework that implement JDOMExternalizable
 class PsiTestData
           
 

Uses of JDOMExternalizable in com.intellij.usages
 

Classes in com.intellij.usages that implement JDOMExternalizable
 class UsageViewSettings
           
 

Uses of JDOMExternalizable in com.intellij.usages.impl
 

Classes in com.intellij.usages.impl that implement JDOMExternalizable
 class UsageFilteringRuleProviderImpl
          Created by IntelliJ IDEA.
 class UsageGroupingRuleProviderImpl
          Created by IntelliJ IDEA.
 

Uses of JDOMExternalizable in com.intellij.usageView
 

Classes in com.intellij.usageView that implement JDOMExternalizable
 class UsageTreeColorsScheme
           
 

Uses of JDOMExternalizable in com.intellij.util.net
 

Classes in com.intellij.util.net that implement JDOMExternalizable
 class HttpConfigurable
          Created by IntelliJ IDEA.