namespace {packageName} { export class {className} extends {componentName} { {variable} public static URL:string = "{uiPath}"; public static createInstance():{className} { {createInstance} } public constructor() { super(); } protected constructFromXML(xml: fgui.utils.XmlNode): void { super.constructFromXML(xml); {content} } } }