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 interfaceInLinkInsert the type's description here.interfaceMultiInLinkInsert the type's description here.interfaceOutLinkInsert the type's description here.Classes in com.cosylab.vdct.graphics.objects that implement Linkable Modifier and Type Class Description classConnectorInsert the type's description here.classEPICSFwdLinkInsert the type's description here.classEPICSInLinkInsert the type's description here.classEPICSLinkInsert the type's description here.classEPICSLinkOutInsert 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.classPortInsert the type's description here.classRecordInsert the type's description here.classTemplateEPICSMacroInsert the type's description here.classTemplateEPICSPortInsert the type's description here.Methods in com.cosylab.vdct.graphics.objects with parameters of type Linkable Modifier and Type Method Description voidHub. addLink(Linkable link)voidRecord. addLink(Linkable link)Insert the method's description here.voidTemplate. addLink(Linkable link)static voidEPICSLinkOut. destroyChain(Linkable link, OutLink out)Insert the method's description here.voidConnector. 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)voidEPICSLink. disconnect(Linkable disconnector)Insert the method's description here.voidEPICSLinkOut. disconnect(Linkable disconnector)Insert the method's description here.voidEPICSLinkOutIn. disconnect(Linkable disconnector)voidEPICSVarLink. disconnect(Linkable disconnector)Insert the method's description here.voidEPICSVarOutLink. disconnect(Linkable disconnector)Insert the method's description here.voidLinkable. disconnect(Linkable disconnector)Insert the method's description here.voidMacro. disconnect(Linkable disconnector)Insert the method's description here.voidPort. disconnect(Linkable disconnector)...voidRecord. disconnect(Linkable disconnector)Insert the method's description here.voidTemplateEPICSMacro. disconnect(Linkable disconnector)...voidTemplateEPICSPort. disconnect(Linkable disconnector)Insert the method's description here.static InLinkEPICSLinkOut. getEndPoint(Linkable link)Insert the method's description here.static OutLinkEPICSLinkOut. getStartPoint(Linkable link)Insert the method's description here.voidHub. removeLink(Linkable link)voidRecord. removeLink(Linkable link)Insert the method's description here.voidTemplate. removeLink(Linkable link)
-