public class XHtmlFileType extends HtmlFileType
| Modifier and Type | Field and Description |
|---|---|
static XHtmlFileType |
INSTANCE |
DOT_DEFAULT_EXTENSIONEMPTY_ARRAYEDITABLE_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, getCharsetextractCharsetFromFileContent, getLanguage, isBinary, isJVMDebuggingSupported, isReadOnly, isSecondaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayNamepublic static final XHtmlFileType INSTANCE
public java.lang.String getName()
FileTypepublic java.lang.String getDescription()
FileTypegetDescription in interface FileTypegetDescription in class HtmlFileTypepublic java.lang.String getDefaultExtension()
FileTypegetDefaultExtension in interface FileTypegetDefaultExtension in class HtmlFileTypepublic javax.swing.Icon getIcon()
FileTypegetIcon in interface FileTypegetIcon in class HtmlFileTypenull if no icon should be shown.