Packagecom.adobe.xmp
Interfacepublic interface IXMPPanel extends flash.events.IEventDispatcher
ImplementorsXMPForm

Provides display and XMP support information for a File Info panel.



Public Properties
 PropertyDefined by
  label : String
The label text for the Panel
IXMPPanel
  panelDescription : PanelDescription
The status of this panel, encapsulated in a PanelDescription object.
IXMPPanel
  toolTip : String
The toolTip text for the Panel, displayed when the cursor hovers over the tab.
IXMPPanel
  xmpAccess : IXMPAccess
[read-only] Retrieves an XMP access object with which to communicate with the XMP Packet and update metadata fields.
IXMPPanel
  xmpModification : Boolean
True if at least one property within the panel has been modified.
IXMPPanel
Property detail
labelproperty
label:String  [read-write]

The label text for the Panel

Implementation
    public function get label():String
    public function set label(value:String):void
panelDescriptionproperty 
panelDescription:PanelDescription  [read-write]

The status of this panel, encapsulated in a PanelDescription object.

Implementation
    public function get panelDescription():PanelDescription
    public function set panelDescription(value:PanelDescription):void
toolTipproperty 
toolTip:String  [read-write]

The toolTip text for the Panel, displayed when the cursor hovers over the tab.

Implementation
    public function get toolTip():String
    public function set toolTip(value:String):void
xmpAccessproperty 
xmpAccess:IXMPAccess  [read-only]

Retrieves an XMP access object with which to communicate with the XMP Packet and update metadata fields. Note:The XMP access object resolves the namespace prefixes in the XMP paths according to the XMPNamespace tags that are defined.

Implementation
    public function get xmpAccess():IXMPAccess
xmpModificationproperty 
xmpModification:Boolean  [read-write]

True if at least one property within the panel has been modified.

Implementation
    public function get xmpModification():Boolean
    public function set xmpModification(value:Boolean):void