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 VDBFieldDataField. fieldDataMethods in com.cosylab.vdct.graphics.objects that return VDBFieldData Modifier and Type Method Description abstract VDBFieldDataLinkManagerObject. getField(String name)VDBFieldDataRecord. getField(String name)VDBFieldDataTemplate. getField(String name)VDBFieldDataField. 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 voidLinkManagerObject. checkIfMacroCandidate(Object dsId, VDBFieldData field, HashMap macros)abstract voidLinkManagerObject. fieldChanged(VDBFieldData field)Insert the method's description here.voidRecord. fieldChanged(VDBFieldData field)Insert the method's description here.voidTemplate. fieldChanged(VDBFieldData field)Insert the method's description here.voidTemplate. fieldVisibilityChange(VDBFieldData fieldData, boolean newVisible)EPICSLinkRecord. initializeLinkField(VDBFieldData field)Insert the method's description here.booleanRecord. isOldVisible(VDBFieldData field)static booleanLinkManagerObject. isSoftwareLink(VDBFieldData field)Returns true if link is software link Creation date: (30.1.2001 9:36:15)booleanRecord. isVisible(VDBFieldData field)booleanLinkManagerObject. manageLink(VDBFieldData field)Insert the method's description here.booleanLinkManagerObject. 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 classVDBTemplateMacroclassVDBTemplatePortMethods in com.cosylab.vdct.vdb that return VDBFieldData Modifier and Type Method Description static VDBFieldDataVDBData. copyVDBFieldData(VDBFieldData sourceField)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.VDBFieldDataVDBRecordData. 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 voidVDBRecordData. addField(VDBFieldData fd)This method was created in VisualAge.static VDBFieldDataVDBData. copyVDBFieldData(VDBFieldData sourceField)This method was created in VisualAge.static voidVDBData. copyVDBFieldData(VDBFieldData sourceField, VDBFieldData targetField)This method was created in VisualAge.voidVDBRecordData. 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.
-