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_PROPERTYsystem property.
- The value of the JAVADOC_PATH_PREFERENCEpersistent preference.
- Around the currently running executable.
- In the QuPath user directory (so including QuPath extensions).
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionqupath.ui.javadocviewer.gui.viewer.JavadocViewerGet a reference to the viewer launched by theJavadocViewerCommand.voidrun()
- 
Constructor Details- 
JavadocViewerRunnerCreate the command. This will not create the viewer yet.- Parameters:
- owner- the stage that should own the viewer window. Can be null
 
 
- 
- 
Method Details