Uses of Class
com.cosylab.vdct.graphics.objects.Connector
-
Packages that use Connector Package Description com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo -
-
Uses of Connector in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return Connector Modifier and Type Method Description Connector
Connector. addConnector()
Insert the method's description here.Connector
EPICSLinkOut. addConnector()
Insert the method's description here.Connector
EPICSVarOutLink. addConnector()
Insert the method's description here.Connector
Port. addConnector()
-
Uses of Connector in com.cosylab.vdct.undo
Fields in com.cosylab.vdct.undo declared as Connector Modifier and Type Field Description protected Connector
DeleteConnectorAction. object
Constructors in com.cosylab.vdct.undo with parameters of type Connector Constructor Description CreateConnectorAction(Connector object, String inlink, String outlink)
DeleteConnectorAction(Connector object, String inlink, String outlink)
Insert the method's description here.
-