Class CFURLBookmarkCreationOptions


  • public final class CFURLBookmarkCreationOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long MinimalBookmarkMask
      creates bookmark data with "less" information, which may be smaller but still be able to resolve in certain ways
      static long PreferFileIDResolutionMask
      deprecated
      static long SuitableForBookmarkFile
      include the properties required by CFURLWriteBookmarkDataToFile() in the bookmark data created
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MinimalBookmarkMask

        public static final long MinimalBookmarkMask
        creates bookmark data with "less" information, which may be smaller but still be able to resolve in certain ways
        See Also:
        Constant Field Values
      • SuitableForBookmarkFile

        public static final long SuitableForBookmarkFile
        include the properties required by CFURLWriteBookmarkDataToFile() in the bookmark data created
        See Also:
        Constant Field Values
      • PreferFileIDResolutionMask

        public static final long PreferFileIDResolutionMask
        deprecated
        See Also:
        Constant Field Values