Class FavoritesVFS.Favorite
java.lang.Object
org.gjt.sp.jedit.io.VFSFile
org.gjt.sp.jedit.io.FavoritesVFS.Favorite
- All Implemented Interfaces:
Serializable
- Enclosing class:
FavoritesVFS
- Version:
- $Id: FavoritesVFS.java 23221 2013-09-29 20:03:32Z shlomy $
- Author:
- Slava Pestov
- See Also:
-
Field Summary
Fields inherited from class VFSFile
color, colorCalculated, DIRECTORY, FILE, FILESYSTEM -
Method Summary
Methods inherited from class VFSFile
fetchAttrs, fetchedAttrs, findCompletion, findCompletion, getColor, getDefaultIcon, getDefaultIcon, getDeletePath, getIcon, getIcon, getLength, getModified, getName, getPath, getSymlinkPath, getType, isBinary, isHidden, isReadable, isWriteable, setDeletePath, setHidden, setLength, setName, setPath, setReadable, setSymlinkPath, setType, setWriteable, toString
-
Method Details
-
getLabel
-
getExtendedAttribute
Description copied from class:VFSFileReturns the value of an extended attribute. Note that this returns formatted strings (eg, "10 Mb" for a file size of 1048576 bytes). If you need access to the raw data, access fields and methods of this class.- Overrides:
getExtendedAttributein classVFSFile- Parameters:
name- The extended attribute name
-
getVFS
-