public class UserBinaryFileType extends UserFileType<UserBinaryFileType>
EMPTY_ARRAYEDITABLE_COPY_PREFIX| Constructor and Description |
|---|
UserBinaryFileType() |
| Modifier and Type | Method and Description |
|---|---|
SettingsEditor<UserBinaryFileType> |
getEditor() |
boolean |
isBinary()
Returns
true if files of the specified type contain binary data. |
clone, copyFrom, getCharset, getDefaultExtension, getDescription, getIcon, getName, isReadOnly, setDescription, setIcon, setIconPath, setName, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDisplayNamepublic SettingsEditor<UserBinaryFileType> getEditor()
getEditor in class UserFileType<UserBinaryFileType>public boolean isBinary()
FileTypetrue if files of the specified type contain binary data. Used for source control, to-do items scanning and other purposes.true if the file is binary, false if the file is plain text.