Package qupath.ext.openslide
Class OpenSlideExtension
java.lang.Object
qupath.ext.openslide.OpenSlideExtension
- All Implemented Interfaces:
- QuPathExtension
@PrefCategory("category.openslide")
public class OpenSlideExtension
extends Object
implements QuPathExtension
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionA short description of the extension for displaying in the main GUI.getName()A readable name for the extension.voidinstallExtension(QuPathGUI qupath) Install the extension for a QuPathGUI instance.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.gui.extensions.QuPathExtensiongetQuPathVersion, getVersion
- 
Field Details- 
openslidePathProperty
 
- 
- 
Constructor Details- 
OpenSlideExtensionpublic OpenSlideExtension()
 
- 
- 
Method Details- 
installExtensionDescription copied from interface:QuPathExtensionInstall the extension for a QuPathGUI instance.This generally involves adding new commands to appropriate menus. Note that if an extension is only expected to be compatible with a specific QuPath version, this method provides an opportunity to test version compatibility before making any changes. - Specified by:
- installExtensionin interface- QuPathExtension
- Parameters:
- qupath-
- See Also:
 
- 
getNameDescription copied from interface:QuPathExtensionA readable name for the extension.- Specified by:
- getNamein interface- QuPathExtension
- Returns:
 
- 
getDescriptionDescription copied from interface:QuPathExtensionA short description of the extension for displaying in the main GUI.This could also contain licensing information. - Specified by:
- getDescriptionin interface- QuPathExtension
- Returns:
 
 
-