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 ConnectorConnector. addConnector()Insert the method's description here.ConnectorEPICSLinkOut. addConnector()Insert the method's description here.ConnectorEPICSVarOutLink. addConnector()Insert the method's description here.ConnectorPort. addConnector() -
Uses of Connector in com.cosylab.vdct.undo
Fields in com.cosylab.vdct.undo declared as Connector Modifier and Type Field Description protected ConnectorDeleteConnectorAction. objectConstructors 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.
-