Uses of Interface
org.scijava.app.App
-
Packages that use App Package Description org.scijava org.scijava.app -
-
Uses of App in org.scijava
Methods in org.scijava that return App Modifier and Type Method Description AppAbstractGateway. getApp()AppGateway. getApp() -
Uses of App in org.scijava.app
Classes in org.scijava.app that implement App Modifier and Type Class Description classAbstractAppAbstract superclass ofAppimplementations.classSciJavaAppApplication metadata about SciJava Common.Methods in org.scijava.app that return App Modifier and Type Method Description default AppAppService. getApp()Gets the foremost application (the one with the highest priority).AppAppService. getApp(String name)Gets an application by name.AppDefaultAppService. getApp(String name)Methods in org.scijava.app that return types with arguments of type App Modifier and Type Method Description Map<String,App>AppService. getApps()Gets the table of associated applications, keyed by name.Map<String,App>DefaultAppService. getApps()default Class<App>AppService. getPluginType()
-