Uses of Class
com.cosylab.vdct.vdb.LinkProperties
-
Packages that use LinkProperties Package Description com.cosylab.vdct.graphics.objects -
-
Uses of LinkProperties in com.cosylab.vdct.graphics.objects
Fields in com.cosylab.vdct.graphics.objects declared as LinkProperties Modifier and Type Field Description protected LinkProperties
EPICSLinkOut. properties
protected LinkProperties
EPICSVarOutLink. properties
protected LinkProperties
Port. properties
Methods in com.cosylab.vdct.graphics.objects that return LinkProperties Modifier and Type Method Description LinkProperties
EPICSLinkOut. getLinkProperties()
Insert the method's description here.Methods in com.cosylab.vdct.graphics.objects with parameters of type LinkProperties Modifier and Type Method Description static InLink
EPICSLinkOut. getTarget(Object dsId, LinkProperties link)
static InLink
EPICSLinkOut. getTarget(Object dsId, LinkProperties link, boolean allowLinkOutAsTarget)
static InLink
EPICSLinkOut. getTarget(Object dsId, LinkProperties link, boolean allowLinkOutAsTarget, boolean doNotSearchRecordFields)
get/create target link field Creation date: (30.1.2001 13:40:51)
-