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 interface
MultiInLink
Insert the type's description here.Classes in com.cosylab.vdct.graphics.objects that implement InLink Modifier and Type Class Description class
Connector
Insert the type's description here.class
EPICSFwdLink
Insert the type's description here.class
EPICSInLink
Insert the type's description here.class
EPICSLinkOutIn
Adds InLink capability (for ports) to EPICSLinkOut objectsclass
EPICSOutLink
Insert the type's description here.class
EPICSVarLink
Insert the type's description here.class
EPICSVarOutLink
Insert the type's description here.class
Macro
Insert the type's description here.class
Record
Insert the type's description here.class
TemplateEPICSMacro
Insert the type's description here.class
TemplateEPICSPort
Insert the type's description here.Fields in com.cosylab.vdct.graphics.objects declared as InLink Modifier and Type Field Description protected InLink
Connector. inlink
protected InLink
EPICSLinkOut. inlink
protected InLink
EPICSVarOutLink. inlink
protected InLink
Port. inlink
Methods in com.cosylab.vdct.graphics.objects that return InLink Modifier and Type Method Description static InLink
EPICSLinkOut. getEndPoint(Linkable link)
Insert the method's description here.InLink
Connector. getInput()
Insert the method's description here.InLink
EPICSLinkOut. getInput()
Insert the method's description here.InLink
EPICSVarOutLink. getInput()
InLink
OutLink. getInput()
InLink
Port. getInput()
Insert the method's description here.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)Methods in com.cosylab.vdct.graphics.objects with parameters of type InLink Modifier and Type Method Description static void
LinkDrawer. drawInIntergroupLink(Graphics g, ViewState view, OutLink out, InLink in, boolean isRight)
Creation date: (30.1.2001 14:43:02)static void
LinkDrawer. drawKneeLine(Graphics g, ViewState view, OutLink out, InLink in, boolean firstHorizontal)
This method was created in VisualAge.static void
LinkDrawer. drawLink(Graphics g, ViewState view, OutLink out, InLink in, int count, boolean isRight)
Creation date: (30.1.2001 14:43:02)void
Connector. setInput(InLink input)
Insert the method's description here.void
EPICSLinkOut. setInput(InLink input)
Insert the method's description here.void
EPICSVarOutLink. setInput(InLink input)
void
OutLink. setInput(InLink input)
Insert the method's description here.void
Port. 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.
-