Packagecom.yworks.mxml
Classpublic class LicenseTool
InheritanceLicenseTool Inheritance Object
Implements mx.core.IMXMLObject

Utility class to register the license using a MXML element.
     <test:LicenseTool>
       <mx:XML source="license.xml"/>
     </test:LicenseTool>
     
To register the license using Actionscript use Util.registerLicense(license);.

Default MXML Propertylicense

See also

com.yworks.util.Util.registerLicense()


Public Properties
 PropertyDefined By
  license : XML
[write-only] The license as XML.
LicenseTool
Public Methods
 MethodDefined By
  
initialized(document:Object, id:String):void
Called automatically by the MXML compiler when the LicenseTool is created using an MXML tag.
LicenseTool
Property Detail
licenseproperty
license:XML  [write-only]

The license as XML.


Implementation
    public function set license(value:XML):void
Method Detail
initialized()method
public function initialized(document:Object, id:String):void

Called automatically by the MXML compiler when the LicenseTool is created using an MXML tag.

This implementation does nothing.

Parameters

document:Object — The MXML document containing this instance.
 
id:String — The id of this instance.