Packagecom.adobe.xmp.manifest
Classpublic class XMPPreferences

Stores all global preferences concerning the File Info dialog. This object defines the defaults for all dialog-wide preferences. The information is persisted in the "FileInfoPrefs.xml" file, in the user's application-data location: .../Application Data/Adobe/XMP/File Info/2.0/work/FileInfoPrefs.xml

Access the preferences using the XMPManifestManager.



Public Properties
 PropertyDefined by
  cancelConfirmation : Boolean = false
When true, the cancel confirmation prompt is shown when the File Info dialog is canceled.
XMPPreferences
  currentLocale : String
Current locale used.
XMPPreferences
  fiPrefFileExisting : Boolean = false
Runtime only flag that defines whether a working manifest file is existing.
XMPPreferences
  ignoreLocales : String = "ar-.*|he-.*"
A regular expression for locales to ignore.
XMPPreferences
  importOptions : String
Options last used to import an XMP Packet from the file system or to apply a template.
XMPPreferences
  includeIntProperties : Boolean = false
When true, application internal properties are respected by Append and Apply Template (advanced setting)
XMPPreferences
  logLevel : int = 0.0
The lowest log level to show in the log panel.
XMPPreferences
  logMaxEntries : int = 500
The maximum number of log entries.
XMPPreferences
  logShowPanel : Boolean = false
When true, the log panel is shown
XMPPreferences
  topmostPanel : String = "null"
Remembers the name (from the manifest) of the last visible panel, before the dialog has been closed
XMPPreferences
Property detail
cancelConfirmationproperty
public var cancelConfirmation:Boolean = false

When true, the cancel confirmation prompt is shown when the File Info dialog is canceled.

currentLocaleproperty 
public var currentLocale:String

Current locale used. Some strings are only reloaded when the locale changes

fiPrefFileExistingproperty 
public var fiPrefFileExisting:Boolean = false

Runtime only flag that defines whether a working manifest file is existing.

ignoreLocalesproperty 
public var ignoreLocales:String = "ar-.*|he-.*"

A regular expression for locales to ignore. Used internally for unsupported languages. If a requested locale matches this expression, localization is not performed.

importOptionsproperty 
public var importOptions:String

Options last used to import an XMP Packet from the file system or to apply a template. One of:

includeIntPropertiesproperty 
public var includeIntProperties:Boolean = false

When true, application internal properties are respected by Append and Apply Template (advanced setting)

logLevelproperty 
public var logLevel:int = 0.0

The lowest log level to show in the log panel.

logMaxEntriesproperty 
public var logMaxEntries:int = 500

The maximum number of log entries. Newest ones are kept

logShowPanelproperty 
public var logShowPanel:Boolean = false

When true, the log panel is shown

topmostPanelproperty 
public var topmostPanel:String = "null"

Remembers the name (from the manifest) of the last visible panel, before the dialog has been closed