Uses of Class
com.cosylab.vdct.db.DBTemplate
-
Packages that use DBTemplate Package Description com.cosylab.vdct.db com.cosylab.vdct.vdb -
-
Uses of DBTemplate in com.cosylab.vdct.db
Fields in com.cosylab.vdct.db declared as DBTemplate Modifier and Type Field Description protected DBTemplate
DBData. templateData
Methods in com.cosylab.vdct.db that return DBTemplate Modifier and Type Method Description DBTemplate
DBData. getTemplateData()
Returns the templateData.Methods in com.cosylab.vdct.db with parameters of type DBTemplate Modifier and Type Method Description void
DBData. addTemplate(DBTemplate t)
This method was created in VisualAge.static void
DBResolver. processPorts(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static String
DBResolver. processTemplateComment(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName)
VisualDCT layout data is also processed here -
Uses of DBTemplate in com.cosylab.vdct.vdb
Methods in com.cosylab.vdct.vdb with parameters of type DBTemplate 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)
-