Class EPICSVarOutLink

    • Field Detail

      • inlink

        protected InLink inlink
      • disconnected

        protected boolean disconnected
    • Constructor Detail

      • EPICSVarOutLink

        public EPICSVarOutLink​(ContainerObject parent,
                               VDBFieldData fieldData)
        EPICSVarLink constructor comment.
        Parameters:
        parent - com.cosylab.vdct.graphics.objects.ContainerObject
        fieldData - com.cosylab.vdct.vdb.VDBFieldData
    • Method Detail

      • getMode

        public int getMode()
        Description copied from interface: OutLink
        Insert the method's description here. Creation date: (29.1.2001 17:53:09)
        Specified by:
        getMode in interface OutLink
        Returns:
        int
        See Also:
        OutLink.getMode()
      • getOutX

        public int getOutX()
        Description copied from interface: OutLink
        Insert the method's description here. Creation date: (29.1.2001 17:53:09)
        Specified by:
        getOutX in interface OutLink
        Returns:
        int
        See Also:
        OutLink.getOutX()
      • getOutY

        public int getOutY()
        Description copied from interface: OutLink
        Insert the method's description here. Creation date: (29.1.2001 17:53:18)
        Specified by:
        getOutY in interface OutLink
        Returns:
        int
        See Also:
        OutLink.getOutY()
      • getQueueCount

        public int getQueueCount()
        Description copied from interface: OutLink
        Insert the method's description here. Creation date: (30.1.2001 14:46:40)
        Specified by:
        getQueueCount in interface OutLink
        Returns:
        int
        See Also:
        OutLink.getQueueCount()
      • setInput

        public void setInput​(InLink input)
        Description copied from interface: OutLink
        Insert the method's description here. Creation date: (29.1.2001 17:53:59)
        Specified by:
        setInput in interface OutLink
        Parameters:
        input - input
        See Also:
        OutLink.setInput(InLink)
      • destroy

        public void destroy()
        Insert the method's description here. Creation date: (29.1.2001 22:11:34)
        Overrides:
        destroy in class EPICSVarLink
      • disconnect

        public void disconnect​(Linkable disconnector)
        Insert the method's description here. Creation date: (29.1.2001 21:23:04)
        Specified by:
        disconnect in interface Linkable
        Overrides:
        disconnect in class EPICSVarLink
        Parameters:
        disconnector - disconnector
      • draw

        protected void draw​(Graphics g,
                            boolean hilited)
        Insert the method's description here. Creation date: (29.1.2001 22:10:37)
        Overrides:
        draw in class EPICSVarLink
        Parameters:
        g - java.awt.Graphics
        hilited - boolean
      • removeLink

        public void removeLink()
        Insert the method's description here. Creation date: (1.2.2001 16:40:51)
      • getItems

        public Vector getItems()
        Insert the method's description here. Creation date: (4.5.2001 8:00:56)
        Specified by:
        getItems in interface Popupable
        Overrides:
        getItems in class EPICSVarLink
        Returns:
        java.util.Vector
      • addConnector

        public Connector addConnector()
        Insert the method's description here. Creation date: (4.2.2001 12:50:51)
        Returns:
        something