Class GraphicalActorProcessorHandler.Output

    • Field Detail

      • title

        public String title
        the title.
      • component

        public Component component
        the generated output.
      • error

        public String error
        an optional error.
    • Constructor Detail

      • Output

        public Output​(String title,
                      Component component,
                      String error)
        Initializes the container.
        Parameters:
        title - the title
        component - the output component, can be null
        error - the optional error, can be null
    • Method Detail

      • hasError

        public boolean hasError()
        Returns whether an error message is present.
        Returns:
        true if error available