Uses of Class
com.cosylab.vdct.vdb.VDBTemplate
-
Packages that use VDBTemplate Package Description com.cosylab.vdct com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of VDBTemplate in com.cosylab.vdct
Methods in com.cosylab.vdct that return VDBTemplate Modifier and Type Method Description VDBTemplateDataSynchronizer. getTemplate(Object dsId, String templateId) -
Uses of VDBTemplate in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics that return VDBTemplate Modifier and Type Method Description VDBTemplateDrawingSurface. getTemplate()VDBTemplateDrawingSurfaceInterface. getTemplate()Methods in com.cosylab.vdct.graphics with parameters of type VDBTemplate Modifier and Type Method Description booleanDrawingSurface. isTemplateAllowed(VDBTemplate template)Returns true if a template instance of the given template can be added as an element to currently edited template.booleanDrawingSurfaceInterface. isTemplateAllowed(VDBTemplate template)booleanDrawingSurface. reloadTemplate(VDBTemplate data)booleanDrawingSurfaceInterface. reloadTemplate(VDBTemplate data) -
Uses of VDBTemplate in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return VDBTemplate Modifier and Type Method Description static VDBTemplateGroup. getEditingTemplateData(Object dsId)Returns the editingTemplateData.VDBTemplateNamingContext. getTemplate()Returns templateMethods in com.cosylab.vdct.graphics.objects with parameters of type VDBTemplate Modifier and Type Method Description static voidGroup. setEditingTemplateData(Object dsId, VDBTemplate editingTemplateData)Sets the editingTemplateData.Constructors in com.cosylab.vdct.graphics.objects with parameters of type VDBTemplate Constructor Description NamingContext(NamingContext parent, VDBTemplate template, String addedPrefix, String removedPrefix, boolean export)This constructor should be used for the topmost template, which doesn't have template instance -
Uses of VDBTemplate in com.cosylab.vdct.undo
Fields in com.cosylab.vdct.undo declared as VDBTemplate Modifier and Type Field Description protected VDBTemplateCreateTemplateMacroAction. objectprotected VDBTemplateCreateTemplatePortAction. objectprotected VDBTemplateRenameTemplateMacroAction. objectprotected VDBTemplateRenameTemplatePortAction. objectConstructors in com.cosylab.vdct.undo with parameters of type VDBTemplate Constructor Description CreateTemplateMacroAction(VDBTemplate object, VDBMacro macro)Insert the method's description here.CreateTemplatePortAction(VDBTemplate object, VDBPort port)Insert the method's description here.DeleteTemplateMacroAction(VDBTemplate object, VDBMacro macro)DeleteAction constructor comment.DeleteTemplatePortAction(VDBTemplate object, VDBPort port)DeleteAction constructor comment.RenameTemplateMacroAction(VDBTemplate object, VDBMacro macro, String oldName, String newName)Insert the method's description here.RenameTemplatePortAction(VDBTemplate object, VDBPort port, String oldName, String newName)Insert the method's description here. -
Uses of VDBTemplate in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as VDBTemplate Modifier and Type Field Description protected VDBTemplateVDBTemplateInstance. templateMethods in com.cosylab.vdct.vdb that return VDBTemplate Modifier and Type Method Description VDBTemplateVDBMacro. getTemplate()Returns the template.VDBTemplateVDBPort. getTemplate()Returns the template.VDBTemplateVDBTemplateInstance. getTemplate()Returns the template.Methods in com.cosylab.vdct.vdb with parameters of type VDBTemplate Modifier and Type Method Description static voidVDBData. addPortsAndMacros(Object dsId, DBTemplate dbTemplate, VDBTemplate vt, VDBData vdbData)static voidVDBData. addPortsAndMacros(Object dsId, DBTemplate dbTemplate, VDBTemplate vt, VDBData vdbData, HashMap importedList)voidVDBData. addTemplate(VDBTemplate templ)This method was created in VisualAge.static VDBTemplateInstanceVDBData. generateNewVDBTemplateInstance(String name, VDBTemplate t)voidVDBData. removeTemplate(VDBTemplate template)Insert the method's description here.voidVDBMacro. setTemplate(VDBTemplate template)Sets the template.voidVDBPort. setTemplate(VDBTemplate template)Sets the template.voidVDBTemplateInstance. setTemplate(VDBTemplate template)Sets the template.Constructors in com.cosylab.vdct.vdb with parameters of type VDBTemplate Constructor Description VDBMacro(VDBTemplate template, DBMacro macro)Insert the method's description here.VDBMacro(VDBTemplate template, String name, String description)Insert the method's description here.VDBPort(VDBTemplate template, DBPort port)Insert the method's description here.VDBPort(VDBTemplate template, String name, String target, String description)Insert the method's description here.VDBTemplateInstance(String name, VDBTemplate template)Constructor.
-