Class GuiTourCommand

java.lang.Object
qupath.ext.training.ui.tour.GuiTourCommand
All Implemented Interfaces:
Runnable

public class GuiTourCommand extends Object implements Runnable
A command to run a tour of the QuPath user interface.

This is intended to help new users understand what is going on quickly.

  • Constructor Details

    • GuiTourCommand

      public GuiTourCommand(qupath.lib.gui.QuPathGUI qupath)
  • Method Details

    • getTitle

      public String getTitle()
      Get the title to display for the QuPath tour.
      Returns:
    • run

      public void run()
      Specified by:
      run in interface Runnable