Uses of Interface
org.scijava.tool.ToolService
-
Packages that use ToolService Package Description org.scijava org.scijava.tool -
-
Uses of ToolService in org.scijava
Methods in org.scijava that return ToolService Modifier and Type Method Description ToolServiceAbstractGateway. tool()ToolServiceGateway. tool()Gets this application context'sToolService. -
Uses of ToolService in org.scijava.tool
Classes in org.scijava.tool that implement ToolService Modifier and Type Class Description classDefaultToolServiceDefault service for keeping track of available tools, including which tool is active, and delegating UI events to the active tool.
-