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 VDBTemplate
DataSynchronizer. 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 VDBTemplate
DrawingSurface. getTemplate()
VDBTemplate
DrawingSurfaceInterface. getTemplate()
Methods in com.cosylab.vdct.graphics with parameters of type VDBTemplate Modifier and Type Method Description boolean
DrawingSurface. isTemplateAllowed(VDBTemplate template)
Returns true if a template instance of the given template can be added as an element to currently edited template.boolean
DrawingSurfaceInterface. isTemplateAllowed(VDBTemplate template)
boolean
DrawingSurface. reloadTemplate(VDBTemplate data)
boolean
DrawingSurfaceInterface. 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 VDBTemplate
Group. getEditingTemplateData(Object dsId)
Returns the editingTemplateData.VDBTemplate
NamingContext. getTemplate()
Returns templateMethods in com.cosylab.vdct.graphics.objects with parameters of type VDBTemplate Modifier and Type Method Description static void
Group. 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 VDBTemplate
CreateTemplateMacroAction. object
protected VDBTemplate
CreateTemplatePortAction. object
protected VDBTemplate
RenameTemplateMacroAction. object
protected VDBTemplate
RenameTemplatePortAction. object
Constructors 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 VDBTemplate
VDBTemplateInstance. template
Methods in com.cosylab.vdct.vdb that return VDBTemplate Modifier and Type Method Description VDBTemplate
VDBMacro. getTemplate()
Returns the template.VDBTemplate
VDBPort. getTemplate()
Returns the template.VDBTemplate
VDBTemplateInstance. getTemplate()
Returns the template.Methods in com.cosylab.vdct.vdb with parameters of type VDBTemplate Modifier and Type Method Description static void
VDBData. addPortsAndMacros(Object dsId, DBTemplate dbTemplate, VDBTemplate vt, VDBData vdbData)
static void
VDBData. addPortsAndMacros(Object dsId, DBTemplate dbTemplate, VDBTemplate vt, VDBData vdbData, HashMap importedList)
void
VDBData. addTemplate(VDBTemplate templ)
This method was created in VisualAge.static VDBTemplateInstance
VDBData. generateNewVDBTemplateInstance(String name, VDBTemplate t)
void
VDBData. removeTemplate(VDBTemplate template)
Insert the method's description here.void
VDBMacro. setTemplate(VDBTemplate template)
Sets the template.void
VDBPort. setTemplate(VDBTemplate template)
Sets the template.void
VDBTemplateInstance. 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.
-