public final class UIDocumentState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Closed
The document has either not been successfully opened, or has been since closed.
|
static long |
EditingDisabled
Set before calling -disableEditing.
|
static long |
InConflict
Conflicts exist for the document's fileURL.
|
static long |
Normal |
static long |
ProgressAvailable
Set if the document is busy loading or saving.
|
static long |
SavingError
An error has occurred that prevents the document from saving.
|
public static final long Normal
public static final long Closed
public static final long InConflict
public static final long SavingError
public static final long EditingDisabled
public static final long ProgressAvailable