Uses of Interface
org.scijava.module.ModuleService
-
Packages that use ModuleService Package Description org.scijava org.scijava.command org.scijava.module -
-
Uses of ModuleService in org.scijava
Methods in org.scijava that return ModuleService Modifier and Type Method Description ModuleServiceAbstractGateway. module()ModuleServiceGateway. module()Gets this application context'sModuleService. -
Uses of ModuleService in org.scijava.command
Fields in org.scijava.command declared as ModuleService Modifier and Type Field Description protected ModuleServiceDynamicCommand. moduleServiceMethods in org.scijava.command that return ModuleService Modifier and Type Method Description default ModuleServiceCommandService. getModuleService()Deprecated.UseCommandService.moduleService()instead.default ModuleServiceCommandService. moduleService()ModuleServiceDefaultCommandService. moduleService() -
Uses of ModuleService in org.scijava.module
Classes in org.scijava.module that implement ModuleService Modifier and Type Class Description classDefaultModuleServiceDefault service for keeping track of and executing available modules.
-