<?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; import com.bourre.log.PixlibStringifier; import com.bourre.visual.MovieClipHelper; class ${enclosing_package_and_type} extends MovieClipHelper { public function ${enclosing_type} ( sID : String ) { super( sID ); } /** * Returns the string representation of this instance. * @return the string representation of this instance */ public function toString() : String { return PixlibStringifier.stringify( this ); } }</template></templates>
Discussion