Package qupath.lib.gui
Class JavadocViewer
java.lang.Object
qupath.lib.gui.JavadocViewer
Command to show javadocs in a
WebView
.- Author:
- Pete Bankhead
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of the system property used to set the javadoc path. -
Method Summary
Modifier and TypeMethodDescriptionstatic JavadocViewer
Get the main (singleton) instance ofJavadocViewer
.getStage()
Get the stage used to show the javadocs.static void
Show javadoc stage (used for development).
-
Field Details
-
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
Get the stage used to show the javadocs.- Returns:
-
getInstance
Get the main (singleton) instance ofJavadocViewer
.- Returns:
-
main
Show javadoc stage (used for development).- Parameters:
args
-
-