Uses of Class
org.objectweb.kilim.description.TemplateDescription

Packages that use TemplateDescription
org.objectweb.kilim.description   
org.objectweb.kilim.helpers   
org.objectweb.kilim.model   
org.objectweb.kilim.repository   
org.objectweb.kilim.tools   
 

Uses of TemplateDescription in org.objectweb.kilim.description
 

Fields in org.objectweb.kilim.description declared as TemplateDescription
private  TemplateDescription TemplateElementImpl.containingTemplate
           
private  TemplateDescription Instance.template
           
private  TemplateDescription TemplateDescription.superTemplate
           
 

Methods in org.objectweb.kilim.description that return TemplateDescription
 TemplateDescription EventSource.getContainingTemplate()
           
 TemplateDescription TemplateElement.getContainingTemplate()
          returns the template in which the element is defined.
 TemplateDescription TemplateElementImpl.getContainingTemplate()
           
 TemplateDescription Instance.getTemplate()
          returns the template describing the instance.
 TemplateDescription TemplateDescription.getSuperTemplate()
           
 

Methods in org.objectweb.kilim.description with parameters of type TemplateDescription
 void EventSource.setContainingTemplate(TemplateDescription aTemplate)
           
 void BasicNamedElementImpl.setContainingTemplate(TemplateDescription aTemplate)
           
 void Reference.setContainingTemplate(TemplateDescription aTemplate)
           
 void TemplateElement.setContainingTemplate(TemplateDescription aTemplate)
          sets the template in which the element is defined.
 void TemplateElementImpl.setContainingTemplate(TemplateDescription aDescription)
           
 void Instance.setTemplate(TemplateDescription aTemplate)
          set the template describing the instance.
 void TemplateDescription.setSuperTemplate(TemplateDescription aTemplate)
           
 void TemplateDescription.addSubTemplate(TemplateDescription aTemplate)
           
private  void TemplateDescription.addSubTemplate1(NamedElement element, int tabKey, TemplateDescription aTemplate)
           
 void TemplateDescription.removeSubTemplate(TemplateDescription aTemplate)
           
 

Constructors in org.objectweb.kilim.description with parameters of type TemplateDescription
Transformer(java.lang.String aName, int aStatus, boolean isP, TemplateDescription aTemplate)
          A public constructor to transformers.
Transformer(java.lang.String aName, int aStatus, TemplateDescription aTemplate)
          A public constructor to transformers (that cannot be used as a provider).
TpSetter(BasicElement aSupport, java.lang.String aField, boolean jStatic, TemplateDescription aTemplate)
          The public constructor for a setter description.
TpGetter(BasicElement aSupport, java.lang.String aField, boolean jsStatic, TemplateDescription aTemplate)
          Tje public constructor for getter description.
TpMethod(BasicElement aSupport, java.lang.String aMethodName, boolean jStatic, boolean isP, boolean isT, TemplateDescription aTemplate)
          public constructor of a descriptor for a method used in a kilim template.
TpConstructor(BasicElement aSupport, boolean isP, boolean isT, TemplateDescription aTemplate)
          A public constructor for "constructor" descriptions.
TpConstructor(BasicElement aSupport, TemplateDescription aTemplate)
          A public constructor for "constructor" descriptions.
TpAccessor(BasicElement aSupport, java.lang.String aField, boolean jStatic, boolean isP, boolean isT, TemplateDescription aTemplate)
          The public constructor for TpAccessor.
Provider(java.lang.String aName, int aStatus, boolean isT, TemplateDescription aTemplate)
          a public constructor for providers.
Provider(java.lang.String aName, int aStatus, TemplateDescription aTemplate)
          a public constructor for providers.
NullElement(java.lang.String aName, int aStatus, boolean isP, boolean isT, TemplateDescription aTemplate)
          the public constructor of null elements.
ClassSource(java.lang.String aClassName, TemplateDescription aTemplate)
          The public constructor for a class source.
InlinedElement(boolean isP, boolean isT, TemplateDescription aTemplate)
          The protected constructor of an inlined element.
ArraySource(java.lang.String aTypeName, TemplateDescription aTemplate)
          The public constructor of an array source.
Plug(java.lang.String aSlotName, java.lang.String aInstanceName, TemplateDescription aTemplate)
          Method Plug.
Binding(java.lang.String aPort, TemplateDescription aTemplate)
          The public constructor of a binding object.
Property(java.lang.String aName, int aStatus, int aTypeKind, TemplateDescription aTemplate)
          The public constructor for properties.
BasicNamedElementImpl(java.lang.String aName, int aStatus, boolean isP, boolean isT, TemplateDescription aTemplate)
          This constructor is used internally by the kilim infrastructure.
Port(java.lang.String aName, Arity aArity, int aStatus, boolean isP, TemplateDescription aTemplate)
          The public constructor for a port.
Reference(java.lang.String aTargetName, TemplateDescription aTemplate, boolean isP, boolean isT)
          a public constructor for references..
Slot(java.lang.String aSlotName, int aStatus, TemplateDescription aTemplate)
          a public constructor for slots.
TemplateElementImpl(TemplateDescription aTemplate)
          A public constructor for TemplateElementImpl.
Instance(java.lang.String aName, int aStatus, TemplateDescription aTemplate, TemplateDescription aContain)
          Constructs a new Instance in a template
TemplateDescription(java.lang.String aName, TemplateDescription aSuperTemplate)
          A public constructor to be used to build a template extending an existing template
 

Uses of TemplateDescription in org.objectweb.kilim.helpers
 

Methods in org.objectweb.kilim.helpers that return TemplateDescription
static TemplateDescription KilimHelper.getTemplate(java.lang.String name, java.lang.Class clazz)
          Returns the Template named name, the definition of which will be loaded with the ClassLoader which loaded the class clazz.
 

Uses of TemplateDescription in org.objectweb.kilim.model
 

Fields in org.objectweb.kilim.model declared as TemplateDescription
private  TemplateDescription RtComponent.template
           
private  TemplateDescription RtComponent.containingTemplate
           
private  TemplateDescription ComponentFactory.currentTemplate
           
private  TemplateDescription ComponentFactory.containingTemplate
           
 

Methods in org.objectweb.kilim.model that return TemplateDescription
 TemplateDescription RtComponent.getTemplate()
           
 TemplateDescription Component.getTemplate()
          returns the template describing the component.
 

Methods in org.objectweb.kilim.model with parameters of type TemplateDescription
 void RtComponent.setTemplate(TemplateDescription aTemplate)
           
static Component ComponentFactory.newComponent(TemplateDescription template)
          A factory method for creating a new component.
static Component ComponentFactory.newComponent(TemplateDescription template, InstanciationStrategy aStrgy)
          A factory method for creating a new component.
 

Constructors in org.objectweb.kilim.model with parameters of type TemplateDescription
ComponentFactory(java.lang.String aName, TemplateDescription aTemplate, ComponentFactory aFactory, RtComponent aComponent)
           
 

Uses of TemplateDescription in org.objectweb.kilim.repository
 

Fields in org.objectweb.kilim.repository declared as TemplateDescription
private  TemplateDescription TemplateDescriptionParser.KilimSaxHandler.parsedTemplate
           
 

Methods in org.objectweb.kilim.repository that return TemplateDescription
protected  TemplateDescription ResourceRepository1.getSingleDescription(java.lang.String resourceName, ResourceMapping parsingResult)
          Method getSingleDescription.
 TemplateDescription ResourceRepository.getTemplateDescription(java.lang.String resourceName)
           
protected  TemplateDescription ResourceRepository.getSingleDescription(java.lang.String resourceName, ResourceMapping parsingResult)
          Method getSingleDescription.
 TemplateDescription ResourceMapping.getKnownTemplate(java.lang.String name)
          Method getParsedTemplate.
 TemplateDescription Repository.getTemplateDescription(java.lang.String resourceName)
          Method getTemplateDescription.
 TemplateDescription TemplateDescriptionParser.importTemplateDescription(java.io.InputStream is, ResourceMapping aParsingResult, java.lang.String aName)
          Method importTemplateDescription.
 TemplateDescription TemplateDescriptionParser.KilimSaxHandler.getParsedTemplate()
          Method getParsedTemplate.
private  TemplateDescription TemplateDescriptionParser.KilimSaxHandler.getCurrentTemplate()
           
private  TemplateDescription TemplateDescriptionParser.KilimSaxHandler.getContainingTemplate()
           
 

Methods in org.objectweb.kilim.repository with parameters of type TemplateDescription
 void ResourceMapping.addKnownTemplate(java.lang.String name, TemplateDescription aTemplate)
          Method addParsedTemplate.
 

Uses of TemplateDescription in org.objectweb.kilim.tools
 

Fields in org.objectweb.kilim.tools declared as TemplateDescription
private  TemplateDescription KilimTemplateTreeModel.template
           
 

Methods in org.objectweb.kilim.tools with parameters of type TemplateDescription
private static java.lang.String KilimTemplateTreeCellRenderer.getTemplateSuperAndSuperSuperTemplateName(TemplateDescription tmplt)
           
static void KilimTemplateViewer.viewTemplate(TemplateDescription tmplt)
          Method viewTemplate.
 

Constructors in org.objectweb.kilim.tools with parameters of type TemplateDescription
KilimTemplateTreeModel(TemplateDescription tmplt)
          Method KilimTemplateTreeModel.