|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidDataException | |
|---|---|
| com.intellij.codeInspection | Provides interfaces for registering and implementing code inspections. |
| com.intellij.execution.configurations | Provides interfaces for defining run configurations. |
| com.intellij.ide | Provides interfaces for accessing common IDEA actions, services and user interface components. |
| com.intellij.ide.util.projectWizard | Provides interfaces for building customized "New Project" and "New Module" wizards. |
| 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.web | |
| com.intellij.j2ee.module | |
| com.intellij.j2ee.run.localRun | Provides interfaces for controlling how application servers are started locally on the development machine. |
| 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.keymap | Provides interfaces for working with keymaps. |
| 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.project | Provides interfaces for working with projects. |
| 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.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. |
| com.intellij.util.projectImport | Provides interfaces allowing plugins to hook into JBuilder project import for specific project types (for example, J2ME projects). |
| Uses of InvalidDataException in com.intellij.codeInspection |
|---|
| Methods in com.intellij.codeInspection that throw InvalidDataException | |
|---|---|
void |
LocalInspectionTool.readSettings(org.jdom.Element node)
Read in settings from xml config. |
| Uses of InvalidDataException in com.intellij.execution.configurations |
|---|
| Methods in com.intellij.execution.configurations that throw InvalidDataException | |
|---|---|
void |
RunnerSettings.readExternal(org.jdom.Element element)
|
void |
RunConfigurationBase.readExternal(org.jdom.Element element)
|
void |
ConfigurationPerRunnerSettings.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.ide |
|---|
| Methods in com.intellij.ide that throw InvalidDataException | |
|---|---|
void |
SelectInManager.readExternal(org.jdom.Element parentNode)
|
| Uses of InvalidDataException in com.intellij.ide.util.projectWizard |
|---|
| Methods in com.intellij.ide.util.projectWizard that throw InvalidDataException | |
|---|---|
Module |
ModuleBuilder.createModule(ModifiableModuleModel moduleModel)
|
Module |
ExistingModuleLoader.createModule(ModifiableModuleModel moduleModel)
|
| Uses of InvalidDataException in com.intellij.ide.util.treeView |
|---|
| Methods in com.intellij.ide.util.treeView that throw InvalidDataException | |
|---|---|
void |
TreeState.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.j2ee.appServerIntegrations |
|---|
| Methods in com.intellij.j2ee.appServerIntegrations that throw InvalidDataException | |
|---|---|
void |
DefaultPersistentData.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.j2ee.dataSource |
|---|
| Methods in com.intellij.j2ee.dataSource that throw InvalidDataException | |
|---|---|
void |
DataSource.readExternal(org.jdom.Element element)
|
void |
DatabaseTableFieldData.readExternal(org.jdom.Element element)
|
void |
DatabaseTableData.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.j2ee.deployment |
|---|
| Methods in com.intellij.j2ee.deployment that throw InvalidDataException | |
|---|---|
void |
DeploymentModel.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.j2ee.j2eeDom.web |
|---|
| Subclasses of InvalidDataException in com.intellij.j2ee.j2eeDom.web | |
|---|---|
static class |
WebRoot.WebRootNotFoundException
|
| Methods in com.intellij.j2ee.j2eeDom.web that throw InvalidDataException | |
|---|---|
void |
WebRoot.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.j2ee.module |
|---|
| Methods in com.intellij.j2ee.module that throw InvalidDataException | |
|---|---|
void |
ContainerElement.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.j2ee.run.localRun |
|---|
| Methods in com.intellij.j2ee.run.localRun that throw InvalidDataException | |
|---|---|
void |
EnvironmentVariable.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.openapi.editor.markup |
|---|
| Methods in com.intellij.openapi.editor.markup that throw InvalidDataException | |
|---|---|
void |
TextAttributes.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.openapi.keymap |
|---|
| Methods in com.intellij.openapi.keymap that throw InvalidDataException | |
|---|---|
static MouseShortcut |
KeymapUtil.parseMouseShortcut(java.lang.String keystrokeString)
Factory method. |
| Uses of InvalidDataException in com.intellij.openapi.localVcs |
|---|
| Methods in com.intellij.openapi.localVcs that throw InvalidDataException | |
|---|---|
void |
LvcsConfiguration.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.openapi.module |
|---|
| Methods in com.intellij.openapi.module that throw InvalidDataException | |
|---|---|
abstract Module |
ModuleManager.loadModule(java.lang.String filePath)
Loads a module from an .iml file with the specified path and adds it to the project. |
Module |
ModifiableModuleModel.loadModule(java.lang.String filePath)
Loads a module from an .iml file with the specified path and adds it to the project. |
| Uses of InvalidDataException in com.intellij.openapi.project |
|---|
| Methods in com.intellij.openapi.project that throw InvalidDataException | |
|---|---|
abstract Project |
ProjectManager.loadAndOpenProject(java.lang.String filePath)
Loads and opens a project with the specified path. |
| Uses of InvalidDataException in com.intellij.openapi.util |
|---|
| Methods in com.intellij.openapi.util that throw InvalidDataException | |
|---|---|
void |
DimensionService.readExternal(org.jdom.Element element)
|
void |
JDOMExternalizableStringList.readExternal(org.jdom.Element element)
|
void |
JDOMExternalizable.readExternal(org.jdom.Element element)
|
static void |
DefaultJDOMExternalizer.readExternal(java.lang.Object data,
org.jdom.Element parentNode)
|
| Uses of InvalidDataException in com.intellij.openapi.vcs |
|---|
| Methods in com.intellij.openapi.vcs that throw InvalidDataException | |
|---|---|
void |
VcsConfiguration.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.openapi.vcs.fileView |
|---|
| Methods in com.intellij.openapi.vcs.fileView that throw InvalidDataException | |
|---|---|
void |
FileViewConfiguration.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.openapi.vcs.update |
|---|
| Methods in com.intellij.openapi.vcs.update that throw InvalidDataException | |
|---|---|
void |
UpdatedFiles.readExternal(org.jdom.Element element)
|
void |
FileGroup.readExternal(org.jdom.Element element)
|
static void |
FileGroup.readGroupsFromElement(java.util.List<FileGroup> groups,
org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.openapi.vcs.versionBrowser |
|---|
| Methods in com.intellij.openapi.vcs.versionBrowser that throw InvalidDataException | |
|---|---|
void |
ChangeBrowserSettings.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.openapi.vfs.pointers |
|---|
| Methods in com.intellij.openapi.vfs.pointers that throw InvalidDataException | |
|---|---|
void |
VirtualFilePointerContainer.readExternal(org.jdom.Element rootChild,
java.lang.String childElementName)
|
| Uses of InvalidDataException in com.intellij.psi.codeStyle |
|---|
| Methods in com.intellij.psi.codeStyle that throw InvalidDataException | |
|---|---|
void |
CodeStyleSettingsManager.readExternal(org.jdom.Element element)
|
void |
CodeStyleSettings.readExternal(org.jdom.Element element)
|
void |
CodeStyleSettings.IndentOptions.readExternal(org.jdom.Element element)
|
void |
CodeStyleSettings.TypeToNameMap.readExternal(org.jdom.Element element)
|
void |
CodeStyleSettings.PackageTable.readExternal(org.jdom.Element element)
|
void |
CodeStyleSettings.ImportLayoutTable.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.psi.search |
|---|
| Methods in com.intellij.psi.search that throw InvalidDataException | |
|---|---|
void |
TodoPattern.readExternal(org.jdom.Element element)
|
void |
TodoAttributes.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.psi.search.scope.packageSet |
|---|
| Methods in com.intellij.psi.search.scope.packageSet that throw InvalidDataException | |
|---|---|
void |
NamedScopesHolder.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.testFramework |
|---|
| Methods in com.intellij.testFramework that throw InvalidDataException | |
|---|---|
void |
PsiTestData.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.usages |
|---|
| Methods in com.intellij.usages that throw InvalidDataException | |
|---|---|
void |
UsageViewSettings.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.usages.impl |
|---|
| Methods in com.intellij.usages.impl that throw InvalidDataException | |
|---|---|
void |
UsageGroupingRuleProviderImpl.readExternal(org.jdom.Element element)
|
void |
UsageFilteringRuleProviderImpl.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.usageView |
|---|
| Methods in com.intellij.usageView that throw InvalidDataException | |
|---|---|
void |
UsageTreeColorsScheme.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.util.net |
|---|
| Methods in com.intellij.util.net that throw InvalidDataException | |
|---|---|
void |
HttpConfigurable.readExternal(org.jdom.Element element)
|
| Uses of InvalidDataException in com.intellij.util.projectImport |
|---|
| Methods in com.intellij.util.projectImport that throw InvalidDataException | |
|---|---|
Module |
JBuilderProjectImportHelper.additionalModuleTypeProcessing(org.jdom.Element moduleElement,
ModifiableModuleModel moduleModel,
java.lang.String jBuilderProjectLocation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||