public class XHtmlFileType extends HtmlFileType
Modifier and Type | Field and Description |
---|---|
static XHtmlFileType |
INSTANCE |
DOT_DEFAULT_EXTENSION
EMPTY_ARRAY
EDITABLE_COPY_PREFIX
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultExtension()
Returns the default extension for files of the type.
|
java.lang.String |
getDescription()
Returns the user-readable description of the file type.
|
javax.swing.Icon |
getIcon()
Returns the icon used for showing files of the type.
|
java.lang.String |
getName()
Returns the name of the file type.
|
extractCharsetFromFileContent, getCharset
extractCharsetFromFileContent, getLanguage, isBinary, isJVMDebuggingSupported, isReadOnly, isSecondary
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
public static final XHtmlFileType INSTANCE
public java.lang.String getName()
FileType
public java.lang.String getDescription()
FileType
getDescription
in interface FileType
getDescription
in class HtmlFileType
public java.lang.String getDefaultExtension()
FileType
getDefaultExtension
in interface FileType
getDefaultExtension
in class HtmlFileType
public javax.swing.Icon getIcon()
FileType
getIcon
in interface FileType
getIcon
in class HtmlFileType
null
if no icon should be shown.