Class OutputSocketImpl<T>

    • Method Detail

      • isPreviewed

        public boolean isPreviewed()
        Specified by:
        isPreviewed in interface OutputSocket<T>
        Returns:
        Whether or not this socket is shown in a preview in the GUI.
        See Also:
        d(boolean)
      • setPreviewed

        public void setPreviewed​(boolean previewed)
        Specified by:
        setPreviewed in interface OutputSocket<T>
        Parameters:
        previewed - If true, this socket will be shown in a preview in the GUI.
      • resetValueToInitial

        public void resetValueToInitial()
        Description copied from interface: OutputSocket
        Resets the value of this socket to its initial value.
        Specified by:
        resetValueToInitial in interface OutputSocket<T>