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 DBTemplateDBData. templateDataMethods in com.cosylab.vdct.db that return DBTemplate Modifier and Type Method Description DBTemplateDBData. getTemplateData()Returns the templateData.Methods in com.cosylab.vdct.db with parameters of type DBTemplate Modifier and Type Method Description voidDBData. addTemplate(DBTemplate t)This method was created in VisualAge.static voidDBResolver. processPorts(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)This method was created in VisualAge.static StringDBResolver. 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 voidVDBData. addPortsAndMacros(Object dsId, DBTemplate dbTemplate, VDBTemplate vt, VDBData vdbData)static voidVDBData. addPortsAndMacros(Object dsId, DBTemplate dbTemplate, VDBTemplate vt, VDBData vdbData, HashMap importedList)
-