Class AbstractMultiConnection

    • Field Detail

      • m_Connections

        protected List<Connection> m_Connections
        the connections to manage.
    • Constructor Detail

      • AbstractMultiConnection

        public AbstractMultiConnection()
    • Method Detail

      • setConnections

        public void setConnections​(Connection[] value)
        Sets the connections to manage.
        Parameters:
        value - the connections
      • getConnections

        public Connection[] getConnections()
        Returns the connections to manage.
        Returns:
        the connections
      • connectionsTipText

        public abstract String connectionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • addConnection

        public void addConnection​(Connection conn)
        Allows adding a connecction at runtime, without triggering a reset.
        Parameters:
        conn - the connection to add
      • removeConnection

        public void removeConnection​(Connection conn)
        Allows removing a connecction at runtime, without triggering a reset.
        Parameters:
        conn - the connection to remove