Uses of Interface
com.cosylab.vdct.graphics.objects.Linkable
-
Packages that use Linkable Package Description com.cosylab.vdct.graphics.objects -
-
Uses of Linkable in com.cosylab.vdct.graphics.objects
Subinterfaces of Linkable in com.cosylab.vdct.graphics.objects Modifier and Type Interface Description interface
InLink
Insert the type's description here.interface
MultiInLink
Insert the type's description here.interface
OutLink
Insert the type's description here.Classes in com.cosylab.vdct.graphics.objects that implement Linkable 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
EPICSLink
Insert the type's description here.class
EPICSLinkOut
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
Port
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.Methods in com.cosylab.vdct.graphics.objects with parameters of type Linkable Modifier and Type Method Description void
Hub. addLink(Linkable link)
void
Record. addLink(Linkable link)
Insert the method's description here.void
Template. addLink(Linkable link)
static void
EPICSLinkOut. destroyChain(Linkable link, OutLink out)
Insert the method's description here.void
Connector. disconnect(Linkable disconnector)
This method destroys connector (connector should not be used afer this method was called) Creation date: (29.1.2001 20:05:51)void
EPICSLink. disconnect(Linkable disconnector)
Insert the method's description here.void
EPICSLinkOut. disconnect(Linkable disconnector)
Insert the method's description here.void
EPICSLinkOutIn. disconnect(Linkable disconnector)
void
EPICSVarLink. disconnect(Linkable disconnector)
Insert the method's description here.void
EPICSVarOutLink. disconnect(Linkable disconnector)
Insert the method's description here.void
Linkable. disconnect(Linkable disconnector)
Insert the method's description here.void
Macro. disconnect(Linkable disconnector)
Insert the method's description here.void
Port. disconnect(Linkable disconnector)
...void
Record. disconnect(Linkable disconnector)
Insert the method's description here.void
TemplateEPICSMacro. disconnect(Linkable disconnector)
...void
TemplateEPICSPort. disconnect(Linkable disconnector)
Insert the method's description here.static InLink
EPICSLinkOut. getEndPoint(Linkable link)
Insert the method's description here.static OutLink
EPICSLinkOut. getStartPoint(Linkable link)
Insert the method's description here.void
Hub. removeLink(Linkable link)
void
Record. removeLink(Linkable link)
Insert the method's description here.void
Template. removeLink(Linkable link)
-