java.lang.Object
org.gjt.sp.jedit.io.VFSFile
org.gjt.sp.jedit.io.FavoritesVFS.Favorite
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FavoritesVFS
- See Also:
-
Field Summary
Fields inherited from class org.gjt.sp.jedit.io.VFSFile
color, colorCalculated, DIRECTORY, FILE, FILESYSTEM
-
Method Summary
Methods inherited from class org.gjt.sp.jedit.io.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
-
setLabel
-
getExtendedAttribute
Description copied from class:VFSFile
Returns 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:
getExtendedAttribute
in classVFSFile
- Parameters:
name
- The extended attribute name
-
getVFS
-