Package | Description |
---|---|
org.scijava.options | |
org.scijava.options.event |
Modifier and Type | Method and Description |
---|---|
<O extends OptionsPlugin> |
DefaultOptionsService.getOptions(Class<O> optionsClass) |
<O extends OptionsPlugin> |
OptionsService.getOptions(Class<O> optionsClass)
Gets the options plugin of the given class, or null if none.
|
Modifier and Type | Method and Description |
---|---|
List<OptionsPlugin> |
DefaultOptionsService.getInstances() |
default Class<OptionsPlugin> |
OptionsService.getPluginType() |
Modifier and Type | Method and Description |
---|---|
OptionsPlugin |
OptionsEvent.getOptions() |
Constructor and Description |
---|
OptionsEvent(OptionsPlugin options) |
Copyright © 2009–2023 SciJava. All rights reserved.