Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
I18nInfo
| com.adobe.xmp | Implements access to the regional settings of the operating system. | |
IXMPAccess
| com.adobe.xmp |
Provides access to and manipulation of XMP metadata within the context of a File Info dialog panel. All methods access metadata properties using an XPath-like path into
the XMP packet, such as |
|
IXMPComponent
| com.adobe.xmp | Provides the default write handler for XMP components that allow users to enter field values. | |
IXMPConst
| com.adobe.xmp | Provides constant values for use in defining panels for the File Info dialog | |
IXMPDisplay
| com.adobe.xmp | Provides the default read handler for XMP components. | |
IXMPPanel
| com.adobe.xmp | Provides display and XMP support information for a File Info panel. | |
IXMPProperty
| com.adobe.xmp | Encapsulates the value, locale, and XMP type information for an XMP property. | |
MRUEvent
| com.adobe.xmp.events | Provides an event object for the MRU anabled components. | |
MRUList
| com.adobe.xmp.utils | Maintains the list of most-recently-used (MRU) values for an XMP component. | |
MRUManager
| com.adobe.xmp.utils |
Maintains the most-recently-used (MRU) preferences. |
|
PanelDescription
| com.adobe.xmp.manifest | Panel settings, as specified in the panel manifest. | |
Utils
| com.adobe.xmp.utils | Normalization functions for locales and file paths. | |
XMPCheckBox
| com.adobe.xmp.components | A component that displays text with a check box, which has a selected/deselected state associated with a Boolean XMP property. | |
XMPComboBox
| com.adobe.xmp.components | A component with a pop-up list of allowed values, which displays the currently selected value as editable text. | |
XMPComboBoxItem
| com.adobe.xmp.components | Judy: (new class) A simple object that is used as XMPComboBox item. | |
XMPDataGrid
| com.adobe.xmp.components | Judy: (new component) Table that visualizes an XMP array of structs. | |
XMPDataGridColumn
| com.adobe.xmp.components | Judy: new class A an XMPDataGridColumn extends the default DataGridColumn with XMP capabilities. | |
XMPDateField
| com.adobe.xmp.components | A component that displays an editable date-time value, associated with a date-time XMP metadata property. | |
XMPDateTime
| com.adobe.xmp | Represents a date and time value in an XMP Date property. | |
XMPEvent
| com.adobe.xmp.events | Provides an event object for XMP state events. | |
XMPForm
| com.adobe.xmp.components | A top-level container for XMP-associated components to be displayed in a File Info dialog panel. | |
XMPFormItem
| com.adobe.xmp.components | Immediate container for related XMP components. | |
XMPImage
| com.adobe.xmp.components | An Icon or Image component with XMP access. | |
XMPLabel
| com.adobe.xmp.components | A component that displays a single line of non-editable text, associated with an XMP metadata property. | |
XMPNamespace
| com.adobe.xmp.components | Allows you to register local namespaces and prefixes for use with XMP components. | |
XMPPreferences
| com.adobe.xmp.manifest | Stores all global preferences concerning the File Info dialog. | |
XMPRating
| com.adobe.xmp.components | A component that displays a rating value as a set of stars, associated with an XMP metadata rating property. | |
XMPSeparator
| com.adobe.xmp.components | A line drawn across an XMPForm. | |
XMPText
| com.adobe.xmp.components | A component that displays multiple lines of non-editable text, associated with an XMP metadata property. | |
XMPTextArea
| com.adobe.xmp.components | A component that displays multiple lines of editable text, associated with an XMP metadata property. | |
XMPTextAreaMRU
| com.adobe.xmp.components | A text-area component with MRU capability. | |
XMPTextInput
| com.adobe.xmp.components | A component that displays a single line of editable text, associated with an XMP metadata property. | |
XMPTextInputMRU
| com.adobe.xmp.components | A text-input component with most-recently-used (MRU) capability. | |
ZStringManager
| com.adobe.xmp.utils | Provides a parser that converts ZString formatted strings into ActionScript properties and stores the results in a resource bundle. |