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 VDBTemplateInstanceTemplate. getTemplateData()Returns the templateData.VDBTemplateInstanceNamingContext. getTemplateInstance()Returns template instance, which can be nullMethods in com.cosylab.vdct.graphics.objects with parameters of type VDBTemplateInstance Modifier and Type Method Description NamingContextNamingContext. createNamingContextFor(VDBTemplateInstance instance)Creates or returns NamingContext for specific templatestatic MapTemplate. prepareSubstitutions(VDBTemplateInstance templateData, Map substitutions, Map ports)Insert the method's description here.voidTemplate. 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 VDBTemplateInstanceVDBTemplateMacro. templateInstanceprotected VDBTemplateInstanceVDBTemplatePort. templateInstanceMethods in com.cosylab.vdct.vdb that return VDBTemplateInstance Modifier and Type Method Description static VDBTemplateInstanceVDBData. copyVDBTemplateInstance(VDBTemplateInstance source)This method was created in VisualAge.static VDBTemplateInstanceVDBData. generateNewVDBTemplateInstance(String name, VDBTemplate t)VDBTemplateInstanceVDBData. generateVDBTemplateInstance(Object dsId, DBTemplateInstance dbTemplateInstance)VDBTemplateInstanceVDBTemplateMacro. getTemplateInstance()Returns the templateInstance.VDBTemplateInstanceVDBTemplatePort. getTemplateInstance()Returns the templateInstance.VDBTemplateInstanceVDBData. 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 voidVDBData. addTemplateInstance(VDBTemplateInstance ti)This method was created in VisualAge.static VDBTemplateInstanceVDBData. copyVDBTemplateInstance(VDBTemplateInstance source)This method was created in VisualAge.VDBTemplateInstanceVDBData. morphVDBTemplateInstance(Object dsId, VDBTemplateInstance templateData, String templateType, String templateName)voidVDBData. 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)
-