FDT Pixlib template MovieClipHelper

<?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>

Discussion

Enter your comment
 
 
projects/pixlib/fdt_template/ui.txt · Last modified: 2007/02/16 12:13 (external edit)
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki