Class WorkflowCommandLogView

java.lang.Object
qupath.lib.gui.panes.WorkflowCommandLogView
All Implemented Interfaces:
ChangeListener<ImageData<BufferedImage>>, WorkflowListener

public class WorkflowCommandLogView extends Object implements ChangeListener<ImageData<BufferedImage>>, WorkflowListener
Show logged commands, and optionally generate a script.
Author:
Pete Bankhead
  • Constructor Details

    • WorkflowCommandLogView

      public WorkflowCommandLogView(QuPathGUI qupath)
      Construct a view to display the workflow for the currently-active ImageData within a running QuPath instance.
      Parameters:
      qupath -
    • WorkflowCommandLogView

      public WorkflowCommandLogView(QuPathGUI qupath, Workflow workflow)
      Construct a view displaying a static workflow (i.e. not dependent on any particular ImageData).
      Parameters:
      qupath -
      workflow -
  • Method Details