Package | Description |
---|---|
org.scijava | |
org.scijava.app |
Modifier and Type | Method and Description |
---|---|
App |
Gateway.getApp() |
App |
AbstractGateway.getApp() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractApp
Abstract superclass of
App implementations. |
class |
SciJavaApp
Application metadata about SciJava Common.
|
Modifier and Type | Method and Description |
---|---|
default App |
AppService.getApp()
Gets the foremost application (the one with the highest priority).
|
App |
DefaultAppService.getApp(String name) |
App |
AppService.getApp(String name)
Gets an application by name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,App> |
DefaultAppService.getApps() |
Map<String,App> |
AppService.getApps()
Gets the table of associated applications, keyed by name.
|
default Class<App> |
AppService.getPluginType() |
Copyright © 2015–2022 SciJava. All rights reserved.