Uses of Class
com.intellij.openapi.fileTypes.FileTypeManager

Packages that use FileTypeManager
com.intellij.openapi.fileTypes Provides interfaces for registering and working with file types, and for implementing file type- dependent syntax highlighters. 
 

Uses of FileTypeManager in com.intellij.openapi.fileTypes
 

Methods in com.intellij.openapi.fileTypes that return FileTypeManager
static FileTypeManager FileTypeManager.getInstance()
          Returns the singleton instance of the FileTypeManager component.
 FileTypeManager FileTypeEvent.getManager()
           
 

Constructors in com.intellij.openapi.fileTypes with parameters of type FileTypeManager
FileTypeEvent(FileTypeManager manager)