Package | Description |
---|---|
org.scijava | |
org.scijava.command | |
org.scijava.display | |
org.scijava.plugin |
Modifier and Type | Method and Description |
---|---|
PluginService |
Gateway.plugin()
Gets this application context's
PluginService . |
PluginService |
AbstractGateway.plugin() |
Modifier and Type | Field and Description |
---|---|
protected PluginService |
DynamicCommand.pluginService |
Modifier and Type | Method and Description |
---|---|
PluginService |
DefaultCommandService.pluginService() |
Modifier and Type | Method and Description |
---|---|
default PluginService |
DisplayService.getPluginService()
Deprecated.
Use
DisplayService.pluginService() instead. |
default PluginService |
DisplayService.pluginService() |
PluginService |
DefaultDisplayService.pluginService() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPluginService
Default service for keeping track of available plugins.
|
Modifier and Type | Method and Description |
---|---|
default PluginService |
PTService.getPluginService()
Deprecated.
Use
PTService.pluginService() instead. |
default PluginService |
PTService.pluginService()
Gets the service responsible for discovering and managing this service's
plugins.
|
PluginService |
AbstractPTService.pluginService() |
Copyright © 2015–2022 SciJava. All rights reserved.