Uses of Class
com.cosylab.vdct.vdb.VDBRecordData
-
Packages that use VDBRecordData Package Description com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of VDBRecordData in com.cosylab.vdct.graphics.objects
Fields in com.cosylab.vdct.graphics.objects declared as VDBRecordData Modifier and Type Field Description protected VDBRecordDataRecord. recordDataMethods in com.cosylab.vdct.graphics.objects that return VDBRecordData Modifier and Type Method Description VDBRecordDataRecord. getRecordData()Insert the method's description here.Methods in com.cosylab.vdct.graphics.objects with parameters of type VDBRecordData Modifier and Type Method Description voidRecord. setRecordData(VDBRecordData recordData)Constructors in com.cosylab.vdct.graphics.objects with parameters of type VDBRecordData Constructor Description Record(ContainerObject parent, VDBRecordData recordData, int x, int y)Group constructor comment. -
Uses of VDBRecordData in com.cosylab.vdct.undo
Constructors in com.cosylab.vdct.undo with parameters of type VDBRecordData Constructor Description MorphAction(Record object, VDBRecordData oldRecordData, VDBRecordData newRecordData)Insert the method's description here. -
Uses of VDBRecordData in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as VDBRecordData Modifier and Type Field Description protected VDBRecordDataVDBFieldData. recordMethods in com.cosylab.vdct.vdb that return VDBRecordData Modifier and Type Method Description static VDBRecordDataVDBData. copyVDBRecordData(VDBRecordData source)This method was created in VisualAge.static VDBRecordDataVDBData. generateVDBRecordData(Object dsId, DBDData dbd, DBRecordData dbRecord)This method was created in VisualAge.static VDBRecordDataVDBData. getNewVDBRecordData(Object dsId, DBDData dbd, String recordType, String recordName)This method was created in VisualAge.VDBRecordDataVDBFieldData. getRecord()Insert the method's description here.static VDBRecordDataVDBData. morphVDBRecordData(Object dsId, DBDData dbd, VDBRecordData source, String recordType, String recordName)This method was created in VisualAge.Methods in com.cosylab.vdct.vdb with parameters of type VDBRecordData Modifier and Type Method Description voidVDBData. addRecord(VDBRecordData rd)This method was created in VisualAge.static VDBRecordDataVDBData. copyVDBRecordData(VDBRecordData source)This method was created in VisualAge.static VDBFieldDataVDBData. generateVDBFieldData(Object dsId, DBDData dbd, DBRecordData dbRecord, VDBRecordData vdbRecord, DBDFieldData dbdField)This method was created in VisualAge.static VDBRecordDataVDBData. morphVDBRecordData(Object dsId, DBDData dbd, VDBRecordData source, String recordType, String recordName)This method was created in VisualAge.voidVDBData. removeRecord(VDBRecordData record)Insert the method's description here.voidVDBFieldData. setRecord(VDBRecordData newRecord)Insert the method's description here.
-