Class ParsedErrorHandler.ParseOutput

    • Constructor Detail

      • ParseOutput

        public ParseOutput​(FlowPanel owner,
                           String error)
        Initializes the container.
        Parameters:
        owner - the flow panel this is related to
        error - the error to parse
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the display.
      • getTitle

        public String getTitle()
        Returns the title for the output.
        Returns:
        the title
      • getError

        public String getError()
        Returns the stored error.
        Returns:
        the error
      • getPaths

        public List<String> getPaths()
        Returns the extracted paths.
        Returns:
        the paths
      • getPane

        public BaseSplitPane getPane()
        Returns the generated split pane.
        Returns:
        the pane
      • jump

        protected void jump()
        Performs the jump to the selected actor.
      • copy

        protected void copy()
        Copies the selected actor.