Class OmeroRawExtension
java.lang.Object
qupath.ext.biop.servers.omero.raw.OmeroRawExtension
- All Implemented Interfaces:
qupath.lib.gui.extensions.GitHubProject,qupath.lib.gui.extensions.QuPathExtension
public class OmeroRawExtension
extends Object
implements qupath.lib.gui.extensions.QuPathExtension, qupath.lib.gui.extensions.GitHubProject
Extension to access images hosted on OMERO.
-
Nested Class Summary
Nested classes/interfaces inherited from interface qupath.lib.gui.extensions.GitHubProject
qupath.lib.gui.extensions.GitHubProject.GitHubRepo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Return map of currently opened browsers.qupath.lib.common.Versionqupath.lib.gui.extensions.GitHubProject.GitHubRepovoidinstallExtension(qupath.lib.gui.QuPathGUI qupath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.gui.extensions.QuPathExtension
getVersion
-
Constructor Details
-
OmeroRawExtension
public OmeroRawExtension()
-
-
Method Details
-
installExtension
public void installExtension(qupath.lib.gui.QuPathGUI qupath) - Specified by:
installExtensionin interfacequpath.lib.gui.extensions.QuPathExtension
-
getName
- Specified by:
getNamein interfacequpath.lib.gui.extensions.QuPathExtension
-
getDescription
- Specified by:
getDescriptionin interfacequpath.lib.gui.extensions.QuPathExtension
-
getOpenedRawBrowsers
Return map of currently opened browsers.- Returns:
- rawBrowsers
-
getRepository
public qupath.lib.gui.extensions.GitHubProject.GitHubRepo getRepository()- Specified by:
getRepositoryin interfacequpath.lib.gui.extensions.GitHubProject
-
getQuPathVersion
public qupath.lib.common.Version getQuPathVersion()- Specified by:
getQuPathVersionin interfacequpath.lib.gui.extensions.QuPathExtension
-