FDT Pixlib template Command
<?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates generic command" enabled="true" name="command">import com.bourre.commands.Command; import com.bourre.events.IEvent; import com.bourre.log.Logger; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_type} implements Command { public function ${enclosing_type}() { } public function execute( e : IEvent ) : Void { Logger.LOG( this + ".execute(" + e + ")" ); } public function toString() : String { return PixlibStringifier.stringify( this ); } }</template></templates>
projects/pixlib/fdt_template/command.txt · Last modified: 2007/02/16 09:12