public interface OptionsService extends SingletonService<OptionsPlugin>, SciJavaService
OptionsPlugin
Modifier and Type | Method and Description |
---|---|
<O extends OptionsPlugin> |
getOptions(Class<O> optionsClass)
Gets the options plugin of the given class, or null if none.
|
default Class<OptionsPlugin> |
getPluginType()
Gets the type of plugins managed by this service.
|
default void |
reset()
Clears all option values from persistent storage.
|
create, filterInstances, getInstance, getInstances, initialize, objectService
getPlugins, getPluginService, pluginService
registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
<O extends OptionsPlugin> O getOptions(Class<O> optionsClass)
default void reset()
OptionsPlugin.reset()
default Class<OptionsPlugin> getPluginType()
PTService
getPluginType
in interface PTService<OptionsPlugin>
Copyright © 2015–2022 SciJava. All rights reserved.