Class CopyToClipboard

    • Constructor Detail

      • CopyToClipboard

        public CopyToClipboard()
    • Method Detail

      • setClipboardData

        public void setClipboardData​(AbstractClipboardData value)
        Sets the type of data to paste.
        Parameters:
        value - the data type
      • getClipboardData

        public AbstractClipboardData getClipboardData()
        Returns the type of data to paste.
        Returns:
        the data type
      • clipboardDataTipText

        public String clipboardDataTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        adams.flow.core.Unknown.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        adams.flow.core.Unknown.class
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message