Uses of Package
com.intellij.openapi.fileTypes

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. 
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.ide.util
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.j2ee
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.lang
SyntaxHighlighter
          Controls the syntax highlighting of a file.
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.openapi.compiler
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.openapi.diff
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.openapi.fileTypes
FileType
           
FileTypeEvent
           
FileTypeListener
           
FileTypeManager
          Manages the relationship between filenames and FileType instances.
LanguageFileType
          Kind of file types capable to provide Language.
SyntaxHighlighter
          Controls the syntax highlighting of a file.
UserBinaryFileType
           
UserFileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.openapi.options.colors
SyntaxHighlighter
          Controls the syntax highlighting of a file.
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.openapi.vcs
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.openapi.vfs
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.psi
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.psi.codeStyle
FileType
           
 

Classes in com.intellij.openapi.fileTypes used by com.intellij.psi.search
FileType