Uses of Interface
com.cosylab.vdct.graphics.objects.InLink
-
Packages that use InLink Package Description com.cosylab.vdct.graphics.objects -
-
Uses of InLink in com.cosylab.vdct.graphics.objects
Subinterfaces of InLink in com.cosylab.vdct.graphics.objects Modifier and Type Interface Description interfaceMultiInLinkInsert the type's description here.Classes in com.cosylab.vdct.graphics.objects that implement InLink Modifier and Type Class Description classConnectorInsert the type's description here.classEPICSFwdLinkInsert the type's description here.classEPICSInLinkInsert the type's description here.classEPICSLinkOutInAdds InLink capability (for ports) to EPICSLinkOut objectsclassEPICSOutLinkInsert the type's description here.classEPICSVarLinkInsert the type's description here.classEPICSVarOutLinkInsert the type's description here.classMacroInsert the type's description here.classRecordInsert the type's description here.classTemplateEPICSMacroInsert the type's description here.classTemplateEPICSPortInsert the type's description here.Fields in com.cosylab.vdct.graphics.objects declared as InLink Modifier and Type Field Description protected InLinkConnector. inlinkprotected InLinkEPICSLinkOut. inlinkprotected InLinkEPICSVarOutLink. inlinkprotected InLinkPort. inlinkMethods in com.cosylab.vdct.graphics.objects that return InLink Modifier and Type Method Description static InLinkEPICSLinkOut. getEndPoint(Linkable link)Insert the method's description here.InLinkConnector. getInput()Insert the method's description here.InLinkEPICSLinkOut. getInput()Insert the method's description here.InLinkEPICSVarOutLink. getInput()InLinkOutLink. getInput()InLinkPort. getInput()Insert the method's description here.static InLinkEPICSLinkOut. getTarget(Object dsId, LinkProperties link)static InLinkEPICSLinkOut. getTarget(Object dsId, LinkProperties link, boolean allowLinkOutAsTarget)static InLinkEPICSLinkOut. getTarget(Object dsId, LinkProperties link, boolean allowLinkOutAsTarget, boolean doNotSearchRecordFields)get/create target link field Creation date: (30.1.2001 13:40:51)Methods in com.cosylab.vdct.graphics.objects with parameters of type InLink Modifier and Type Method Description static voidLinkDrawer. drawInIntergroupLink(Graphics g, ViewState view, OutLink out, InLink in, boolean isRight)Creation date: (30.1.2001 14:43:02)static voidLinkDrawer. drawKneeLine(Graphics g, ViewState view, OutLink out, InLink in, boolean firstHorizontal)This method was created in VisualAge.static voidLinkDrawer. drawLink(Graphics g, ViewState view, OutLink out, InLink in, int count, boolean isRight)Creation date: (30.1.2001 14:43:02)voidConnector. setInput(InLink input)Insert the method's description here.voidEPICSLinkOut. setInput(InLink input)Insert the method's description here.voidEPICSVarOutLink. setInput(InLink input)voidOutLink. setInput(InLink input)Insert the method's description here.voidPort. setInput(InLink input)Insert the method's description here.Constructors in com.cosylab.vdct.graphics.objects with parameters of type InLink Constructor Description Connector(String id, LinkManagerObject parent, OutLink outlink, InLink inlink)Insert the method's description here.
-