Class PassThroughProcessor

    • Field Detail

      • m_Panel

        protected JPanel m_Panel
        the panel.
      • m_ButtonExecute

        protected BaseButton m_ButtonExecute
        the button for processing.
    • Constructor Detail

      • PassThroughProcessor

        public PassThroughProcessor()
    • Method Detail

      • execute

        protected void execute()
        Executes the query.
      • 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