Uses of Interface
org.scijava.platform.PlatformService
-
Packages that use PlatformService Package Description org.scijava org.scijava.platform -
-
Uses of PlatformService in org.scijava
Methods in org.scijava that return PlatformService Modifier and Type Method Description PlatformServiceAbstractGateway. platform()PlatformServiceGateway. platform()Gets this application context'sPlatformService. -
Uses of PlatformService in org.scijava.platform
Classes in org.scijava.platform that implement PlatformService Modifier and Type Class Description classDefaultPlatformServiceDefault service for handling platform-specific deployment issues.Methods in org.scijava.platform that return PlatformService Modifier and Type Method Description protected PlatformServiceAbstractPlatform. getPlatformService()Methods in org.scijava.platform with parameters of type PlatformService Modifier and Type Method Description voidAbstractPlatform. configure(PlatformService service)voidPlatform. configure(PlatformService service)Activates and configures the platform.
-