Uses of Class
com.cosylab.vdct.vdb.VDBFieldData
-
Packages that use VDBFieldData Package Description com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of VDBFieldData in com.cosylab.vdct.graphics.objects
Fields in com.cosylab.vdct.graphics.objects declared as VDBFieldData Modifier and Type Field Description protected VDBFieldData
Field. fieldData
Methods in com.cosylab.vdct.graphics.objects that return VDBFieldData Modifier and Type Method Description abstract VDBFieldData
LinkManagerObject. getField(String name)
VDBFieldData
Record. getField(String name)
VDBFieldData
Template. getField(String name)
VDBFieldData
Field. getFieldData()
Insert the method's description here.Methods in com.cosylab.vdct.graphics.objects with parameters of type VDBFieldData Modifier and Type Method Description static void
LinkManagerObject. checkIfMacroCandidate(Object dsId, VDBFieldData field, HashMap macros)
abstract void
LinkManagerObject. fieldChanged(VDBFieldData field)
Insert the method's description here.void
Record. fieldChanged(VDBFieldData field)
Insert the method's description here.void
Template. fieldChanged(VDBFieldData field)
Insert the method's description here.void
Template. fieldVisibilityChange(VDBFieldData fieldData, boolean newVisible)
EPICSLink
Record. initializeLinkField(VDBFieldData field)
Insert the method's description here.boolean
Record. isOldVisible(VDBFieldData field)
static boolean
LinkManagerObject. isSoftwareLink(VDBFieldData field)
Returns true if link is software link Creation date: (30.1.2001 9:36:15)boolean
Record. isVisible(VDBFieldData field)
boolean
LinkManagerObject. manageLink(VDBFieldData field)
Insert the method's description here.boolean
LinkManagerObject. manageLink_(VDBFieldData field)
Insert the method's description here.Constructors in com.cosylab.vdct.graphics.objects with parameters of type VDBFieldData Constructor Description EPICSFwdLink(ContainerObject parent, VDBFieldData fieldData)
EPICSFWDLink constructor comment.EPICSInLink(ContainerObject parent, VDBFieldData fieldData)
EPICSInLink constructor comment.EPICSLink(ContainerObject parent, VDBFieldData fieldData)
EPICSLink constructor comment.EPICSLinkOut(ContainerObject parent, VDBFieldData fieldData)
EPICSOutLink constructor comment.EPICSLinkOutIn(ContainerObject parent, VDBFieldData fieldData)
Constructor for EPICSLinkOutIn.EPICSOutLink(ContainerObject parent, VDBFieldData fieldData)
EPICSOutLink constructor comment.EPICSVarLink(ContainerObject parent, VDBFieldData fieldData)
EPICSVarLink constructor comment.EPICSVarOutLink(ContainerObject parent, VDBFieldData fieldData)
EPICSVarLink constructor comment.Field(ContainerObject parent, VDBFieldData fieldData)
Group constructor comment.TemplateEPICSMacro(ContainerObject parent, VDBFieldData fieldData)
EPICSVarLink constructor comment.TemplateEPICSPort(ContainerObject parent, VDBFieldData fieldData)
EPICSVarLink constructor comment. -
Uses of VDBFieldData in com.cosylab.vdct.undo
Constructors in com.cosylab.vdct.undo with parameters of type VDBFieldData Constructor Description FieldValueChangeAction(VDBFieldData field, String oldValue, String newValue)
Insert the method's description here. -
Uses of VDBFieldData in com.cosylab.vdct.vdb
Subclasses of VDBFieldData in com.cosylab.vdct.vdb Modifier and Type Class Description class
VDBTemplateMacro
class
VDBTemplatePort
Methods in com.cosylab.vdct.vdb that return VDBFieldData Modifier and Type Method Description static VDBFieldData
VDBData. copyVDBFieldData(VDBFieldData sourceField)
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.VDBFieldData
VDBRecordData. getField(String fieldName)
This method was created in VisualAge.Methods in com.cosylab.vdct.vdb with parameters of type VDBFieldData Modifier and Type Method Description void
VDBRecordData. addField(VDBFieldData fd)
This method was created in VisualAge.static VDBFieldData
VDBData. copyVDBFieldData(VDBFieldData sourceField)
This method was created in VisualAge.static void
VDBData. copyVDBFieldData(VDBFieldData sourceField, VDBFieldData targetField)
This method was created in VisualAge.void
VDBRecordData. fieldValueChanged(VDBFieldData field)
Insert the method's description here.Constructors in com.cosylab.vdct.vdb with parameters of type VDBFieldData Constructor Description FieldInfoProperty(VDBFieldData field)
DTYPInfoProperty constructor comment.
-