|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OptionsService
Interface for the options handling service.
OptionsPlugin| Method Summary | ||
|---|---|---|
|
getOptions(Class<O> optionsClass)
Gets the options plugin of the given class, or null if none. |
|
void |
reset()
Clears all option values from persistent storage. |
|
| Methods inherited from interface org.scijava.plugin.SingletonService |
|---|
getInstance, getInstances |
| Methods inherited from interface org.scijava.plugin.PTService |
|---|
getPlugins, getPluginService, getPluginType |
| Methods inherited from interface org.scijava.service.Service |
|---|
initialize, registerEventHandlers |
| Methods inherited from interface org.scijava.Contextual |
|---|
context, getContext, setContext |
| Methods inherited from interface org.scijava.Prioritized |
|---|
getPriority, setPriority |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.scijava.plugin.HasPluginInfo |
|---|
getInfo, setInfo |
| Methods inherited from interface org.scijava.Disposable |
|---|
dispose |
| Method Detail |
|---|
<O extends OptionsPlugin> O getOptions(Class<O> optionsClass)
void reset()
OptionsPlugin.reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||