Uses of Class
com.instantbank.lettertemplate.editor.applet.TemplateEditor.TemplateCodes

Packages that use TemplateEditor.TemplateCodes
com.instantbank.lettertemplate.editor.applet This is the applet of the editor. 
 

Uses of TemplateEditor.TemplateCodes in com.instantbank.lettertemplate.editor.applet
 

Methods in com.instantbank.lettertemplate.editor.applet that return TemplateEditor.TemplateCodes
 TemplateEditor.TemplateCodes[] TemplateEditor.EditorStuff.getTemplateCodes(Template template)
          Calculates an array of < code,name,stamp> values corresponding to a Template and its LetterComponents.
 

Methods in com.instantbank.lettertemplate.editor.applet with parameters of type TemplateEditor.TemplateCodes
 void TemplateEditor.EditorStuff.restoreTemplateCodes(Template templ, TemplateEditor.TemplateCodes[] oldTemplate)
          Fills < code, name, stamp> attributes of a template, from an array of TemplateCodes.