Package qupath.fx.controls.tour
Interface TourItem
- All Known Implementing Classes:
MarkdownTourItem
public interface TourItem
A single item in a
GuiTour.
This should provide a title, a list of nodes to highlight, and a page to display that explains the purpose of the nodes.
It is permitted to return an empty list of nodes to highlight, in which case the page should provide a more general explanation.