Uses of Interface
org.scijava.command.CommandService
-
Packages that use CommandService Package Description org.scijava org.scijava.command org.scijava.platform -
-
Uses of CommandService in org.scijava
Methods in org.scijava that return CommandService Modifier and Type Method Description CommandServiceAbstractGateway. command()CommandServiceGateway. command()Gets this application context'sCommandService. -
Uses of CommandService in org.scijava.command
Classes in org.scijava.command that implement CommandService Modifier and Type Class Description classDefaultCommandServiceDefault service for working withCommands. -
Uses of CommandService in org.scijava.platform
Methods in org.scijava.platform that return CommandService Modifier and Type Method Description CommandServiceDefaultPlatformService. commandService()default CommandServicePlatformService. commandService()default CommandServicePlatformService. getCommandService()Deprecated.UsePlatformService.commandService()instead.
-