JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
qupath.lib.gui.extensions
Interface Subcommand
All Known Implementing Classes:
ConvertCommand
public interface
Subcommand
A subcommand for the command line interface. This should further implement either
Runnable
or
Callable
, and be annotated according to the expectations of picocli.