FDT Pixlib template MovieClipHelper

Tags : , ,
<?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates UI class which extends MovieClipHelper" enabled="true" name="ui">import com.bourre.core.HashCodeFactory;&#13;
import com.bourre.log.PixlibStringifier;&#13;
import com.bourre.visual.MovieClipHelper;&#13;
	&#13;
class ${enclosing_package_and_type} &#13;
	extends MovieClipHelper&#13;
{&#13;
	public function ${enclosing_type} ( sID : String )&#13;
	{&#13;
		super( sID );&#13;
	}&#13;
	&#13;
	/**&#13;
	 * Returns the string representation of this instance.&#13;
	 * @return the string representation of this instance&#13;
	 */&#13;
	public function toString() : String &#13;
	{&#13;
		return PixlibStringifier.stringify( this );&#13;
	}&#13;
}</template></templates>