|
Packages that use com.intellij.openapi.fileTypes |
| com.intellij.ide.util |
Provides interfaces for accessing additional user interface services and the generic
tree view framework. |
| com.intellij.j2ee |
Provides interfaces related to J2EE support in IDEA: J2EE run configurations, support for
deploying to application servers, running and debugging J2EE modules and so on. |
| com.intellij.lang |
Provides base interfaces which allow to extend IDEA with support for custom languages. |
| com.intellij.openapi.compiler |
Provides interfaces for invoking the compiler, listening to compilation events and implementing
custom compilers or compilation steps. |
| 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.fileTypes |
Provides interfaces for registering and working with file types, and for implementing file type-
dependent syntax highlighters. |
| com.intellij.openapi.options.colors |
Provides interfaces for adding custom pages to the "Colors and Fonts" settings dialog. |
| com.intellij.openapi.vcs |
Provides interfaces for integrating IDEA with version control systems. |
| com.intellij.openapi.vfs |
Provides interfaces for the Virtual File System - IDEA's abstraction for a file system. |
| com.intellij.psi |
Provides interfaces for working with the Program Source Interface (IDEA's internal representation
of the program structure). |
| 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. |