Class JavadocViewer

java.lang.Object
qupath.lib.gui.JavadocViewer

public class JavadocViewer extends Object
Command to show javadocs in a WebView.
Author:
Pete Bankhead
  • Field Details

    • PROP_JAVADOC_PATH

      public static final String PROP_JAVADOC_PATH
      Name of the system property used to set the javadoc path. Could be set to https://qupath.github.io/javadoc/docs/ although note this path may change.
      See Also:
  • Method Details

    • getStage

      public Stage getStage()
      Get the stage used to show the javadocs.
      Returns:
    • getInstance

      public static JavadocViewer getInstance()
      Get the main (singleton) instance of JavadocViewer.
      Returns:
    • main

      public static void main(String[] args)
      Show javadoc stage (used for development).
      Parameters:
      args -