org.jetbrains.jet.plugin
Class JetFileType
java.lang.Object
com.intellij.openapi.fileTypes.LanguageFileType
org.jetbrains.jet.plugin.JetFileType
- All Implemented Interfaces:
- com.intellij.openapi.fileTypes.FileType, com.intellij.openapi.options.Scheme
public class JetFileType
- extends com.intellij.openapi.fileTypes.LanguageFileType
| Fields inherited from interface com.intellij.openapi.fileTypes.FileType |
EMPTY_ARRAY |
| Methods inherited from class com.intellij.openapi.fileTypes.LanguageFileType |
extractCharsetFromFileContent, getCharset, getLanguage, isBinary, isReadOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final JetFileType INSTANCE
getName
@NotNull
public java.lang.String getName()
getDescription
@NotNull
public java.lang.String getDescription()
getDefaultExtension
@NotNull
public java.lang.String getDefaultExtension()
getIcon
public javax.swing.Icon getIcon()
isJVMDebuggingSupported
public boolean isJVMDebuggingSupported()
- Overrides:
isJVMDebuggingSupported in class com.intellij.openapi.fileTypes.LanguageFileType