Class ClipboardTarget

    • Constructor Detail

      • ClipboardTarget

        public ClipboardTarget()
    • Method Detail

      • setCurrentWriter

        public void setCurrentWriter​(SpreadSheetWriter value)
        Sets the current writer.
        Parameters:
        value - the writer
      • getCurrentWriter

        public SpreadSheetWriter getCurrentWriter()
        Returns the current writer.
        Returns:
        the writer
      • copy

        protected void copy()
        Loads the data
      • assign

        public void assign​(AbstractWidget other)
        Retrieves the values from the other widget, if possible.
        Specified by:
        assign in class AbstractWidget
        Parameters:
        other - the other widget to get the values from
      • serialize

        public Object serialize()
        Serializes the setup from the widget.
        Specified by:
        serialize in class AbstractWidget
        Returns:
        the generated setup representation
      • deserialize

        public void deserialize​(Object data,
                                MessageCollection errors)
        Deserializes the setup and maps it onto the widget.
        Specified by:
        deserialize in class AbstractWidget
        Parameters:
        data - the setup representation to use
        errors - for collecting errors