Module jEdit

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

public static class FavoritesVFS.Favorite extends VFSFile
See Also:
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getExtendedAttribute

      public String getExtendedAttribute(String name)
      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 class VFSFile
      Parameters:
      name - The extended attribute name
    • getVFS

      public VFS getVFS()
      Overrides:
      getVFS in class VFSFile
      Returns:
      The originating virtual file system of this file.