Package qupath.lib.gui
Class JavadocViewerRunner
java.lang.Object
qupath.lib.gui.JavadocViewerRunner
- All Implemented Interfaces:
Runnable
A command to show a JavadocViewer
in a standalone window. Only one instance of the viewer will be created.
The following places will be searched for javadocs:
- The value of the
JAVADOC_PATH_SYSTEM_PROPERTY
system property. - The value of the
JAVADOC_PATH_PREFERENCE
persistent preference. - Around the currently running executable.
- In the QuPath user directory (so including QuPath extensions).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionqupath.ui.javadocviewer.gui.viewer.JavadocViewer
Get a reference to the viewer launched by theJavadocViewerCommand
.void
run()
-
Constructor Details
-
JavadocViewerRunner
Create the command. This will not create the viewer yet.- Parameters:
owner
- the stage that should own the viewer window. Can be null
-
-
Method Details