org.jetbrains.jet.plugin
Class JetFileType

java.lang.Object
  extended by com.intellij.openapi.fileTypes.LanguageFileType
      extended by 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


Field Summary
static JetFileType INSTANCE
           
 
Fields inherited from interface com.intellij.openapi.fileTypes.FileType
EMPTY_ARRAY
 
Method Summary
 java.lang.String getDefaultExtension()
           
 java.lang.String getDescription()
           
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
           
 boolean isJVMDebuggingSupported()
           
 
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
 

Field Detail

INSTANCE

public static final JetFileType INSTANCE
Method Detail

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