Uses of Class
com.cosylab.vdct.vdb.VDBTemplateInstance
-
Packages that use VDBTemplateInstance Package Description com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of VDBTemplateInstance in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return VDBTemplateInstance Modifier and Type Method Description VDBTemplateInstance
Template. getTemplateData()
Returns the templateData.VDBTemplateInstance
NamingContext. getTemplateInstance()
Returns template instance, which can be nullMethods in com.cosylab.vdct.graphics.objects with parameters of type VDBTemplateInstance Modifier and Type Method Description NamingContext
NamingContext. createNamingContextFor(VDBTemplateInstance instance)
Creates or returns NamingContext for specific templatestatic Map
Template. prepareSubstitutions(VDBTemplateInstance templateData, Map substitutions, Map ports)
Insert the method's description here.void
Template. setTemplateInstance(VDBTemplateInstance templateInstance)
Constructors in com.cosylab.vdct.graphics.objects with parameters of type VDBTemplateInstance Constructor Description Template(ContainerObject parent, VDBTemplateInstance templateData)
Template(ContainerObject parent, VDBTemplateInstance templateData, boolean initializeFields)
Insert the method's description here. -
Uses of VDBTemplateInstance in com.cosylab.vdct.undo
Constructors in com.cosylab.vdct.undo with parameters of type VDBTemplateInstance Constructor Description MorphTemplateAction(Template object, VDBTemplateInstance oldTemplateData, VDBTemplateInstance newTemplateData)
Insert the method's description here. -
Uses of VDBTemplateInstance in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as VDBTemplateInstance Modifier and Type Field Description protected VDBTemplateInstance
VDBTemplateMacro. templateInstance
protected VDBTemplateInstance
VDBTemplatePort. templateInstance
Methods in com.cosylab.vdct.vdb that return VDBTemplateInstance Modifier and Type Method Description static VDBTemplateInstance
VDBData. copyVDBTemplateInstance(VDBTemplateInstance source)
This method was created in VisualAge.static VDBTemplateInstance
VDBData. generateNewVDBTemplateInstance(String name, VDBTemplate t)
VDBTemplateInstance
VDBData. generateVDBTemplateInstance(Object dsId, DBTemplateInstance dbTemplateInstance)
VDBTemplateInstance
VDBTemplateMacro. getTemplateInstance()
Returns the templateInstance.VDBTemplateInstance
VDBTemplatePort. getTemplateInstance()
Returns the templateInstance.VDBTemplateInstance
VDBData. morphVDBTemplateInstance(Object dsId, VDBTemplateInstance templateData, String templateType, String templateName)
Methods in com.cosylab.vdct.vdb with parameters of type VDBTemplateInstance Modifier and Type Method Description void
VDBData. addTemplateInstance(VDBTemplateInstance ti)
This method was created in VisualAge.static VDBTemplateInstance
VDBData. copyVDBTemplateInstance(VDBTemplateInstance source)
This method was created in VisualAge.VDBTemplateInstance
VDBData. morphVDBTemplateInstance(Object dsId, VDBTemplateInstance templateData, String templateType, String templateName)
void
VDBData. removeTemplateInstance(VDBTemplateInstance templateInstance)
Insert the method's description here.Constructors in com.cosylab.vdct.vdb with parameters of type VDBTemplateInstance Constructor Description VDBTemplateMacro(VDBTemplateInstance templateInstance, VDBMacro macro)
VDBTemplatePort(VDBTemplateInstance templateInstance, VDBPort port)
-