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 VDBRecordData
Record. recordData
Methods in com.cosylab.vdct.graphics.objects that return VDBRecordData Modifier and Type Method Description VDBRecordData
Record. getRecordData()
Insert the method's description here.Methods in com.cosylab.vdct.graphics.objects with parameters of type VDBRecordData Modifier and Type Method Description void
Record. 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 VDBRecordData
VDBFieldData. record
Methods in com.cosylab.vdct.vdb that return VDBRecordData Modifier and Type Method Description static VDBRecordData
VDBData. copyVDBRecordData(VDBRecordData source)
This method was created in VisualAge.static VDBRecordData
VDBData. generateVDBRecordData(Object dsId, DBDData dbd, DBRecordData dbRecord)
This method was created in VisualAge.static VDBRecordData
VDBData. getNewVDBRecordData(Object dsId, DBDData dbd, String recordType, String recordName)
This method was created in VisualAge.VDBRecordData
VDBFieldData. getRecord()
Insert the method's description here.static VDBRecordData
VDBData. 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 void
VDBData. addRecord(VDBRecordData rd)
This method was created in VisualAge.static VDBRecordData
VDBData. copyVDBRecordData(VDBRecordData source)
This method was created in VisualAge.static VDBFieldData
VDBData. generateVDBFieldData(Object dsId, DBDData dbd, DBRecordData dbRecord, VDBRecordData vdbRecord, DBDFieldData dbdField)
This method was created in VisualAge.static VDBRecordData
VDBData. morphVDBRecordData(Object dsId, DBDData dbd, VDBRecordData source, String recordType, String recordName)
This method was created in VisualAge.void
VDBData. removeRecord(VDBRecordData record)
Insert the method's description here.void
VDBFieldData. setRecord(VDBRecordData newRecord)
Insert the method's description here.
-