This package contains the XMP-enabled components that you use to create a custom panel for the File Info dialog.



Classes
 ClassDescription
 XMPCheckBox A component that displays text with a check box, which has a selected/deselected state associated with a Boolean XMP property.
 XMPComboBox A component with a pop-up list of allowed values, which displays the currently selected value as editable text.
 XMPComboBoxItem Judy: (new class) A simple object that is used as XMPComboBox item.
 XMPDataGrid Judy: (new component) Table that visualizes an XMP array of structs.
 XMPDataGridColumn Judy: new class A an XMPDataGridColumn extends the default DataGridColumn with XMP capabilities.
 XMPDateField A component that displays an editable date-time value, associated with a date-time XMP metadata property.
 XMPForm A top-level container for XMP-associated components to be displayed in a File Info dialog panel.
 XMPFormItem Immediate container for related XMP components.
 XMPImage An Icon or Image component with XMP access.
 XMPLabel A component that displays a single line of non-editable text, associated with an XMP metadata property.
 XMPNamespace Allows you to register local namespaces and prefixes for use with XMP components.
 XMPRating A component that displays a rating value as a set of stars, associated with an XMP metadata rating property.
 XMPSeparator A line drawn across an XMPForm.
 XMPText A component that displays multiple lines of non-editable text, associated with an XMP metadata property.
 XMPTextArea A component that displays multiple lines of editable text, associated with an XMP metadata property.
 XMPTextAreaMRU A text-area component with MRU capability.
 XMPTextInput A component that displays a single line of editable text, associated with an XMP metadata property.
 XMPTextInputMRU A text-input component with most-recently-used (MRU) capability.