Package apple.quicklook.enums
Class QLPreviewItemEditingMode
- java.lang.Object
-
- apple.quicklook.enums.QLPreviewItemEditingMode
-
public final class QLPreviewItemEditingMode extends java.lang.ObjectQLPreviewItem editing support
-
-
Field Summary
Fields Modifier and Type Field Description static longCreateCopyIf QLPreviewController supports editing the file type of the preview item, it will notify its delegate that an edited copy was created.static longDisabledThe item won't be editable.static longUpdateContentsIf QLPreviewController supports editing the file type of the preview item, it will automatically overwrite its contents with the edited version of the user.
-
-
-
Field Detail
-
Disabled
public static final long Disabled
The item won't be editable.- See Also:
- Constant Field Values
-
UpdateContents
public static final long UpdateContents
If QLPreviewController supports editing the file type of the preview item, it will automatically overwrite its contents with the edited version of the user.- See Also:
- Constant Field Values
-
CreateCopy
public static final long CreateCopy
If QLPreviewController supports editing the file type of the preview item, it will notify its delegate that an edited copy was created. The original document will be unchanged.- See Also:
- Constant Field Values
-
-