|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.service.AbstractService
org.scijava.prefs.AbstractPrefService
public abstract class AbstractPrefService
Abstract PrefService
implementation. Calls
Prefs.setDelegateService(PrefService, double)
on this Service
during initialization.
Constructor Summary | |
---|---|
AbstractPrefService()
|
Method Summary | |
---|---|
void |
initialize()
Performs any needed initialization when the service is first loaded. |
Methods inherited from class org.scijava.service.AbstractService |
---|
dispose, getContext, registerEventHandlers, setContext, toString |
Methods inherited from class org.scijava.plugin.AbstractRichPlugin |
---|
compareTo, getInfo, getPriority, setInfo, setPriority |
Methods inherited from class org.scijava.AbstractContextual |
---|
context |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.scijava.prefs.PrefService |
---|
clear, clear, clear, clear, clearAll, get, get, get, get, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getIterable, getIterable, getList, getList, getList, getList, getLong, getLong, getMap, getMap, getMap, getMap, put, put, put, put, put, put, put, put, put, put, put, put, putIterable, putIterable, putList, putList, putList, putList, putList, putMap, putMap, putMap, putMap, putMap, remove, remove |
Methods inherited from interface org.scijava.service.Service |
---|
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 |
Constructor Detail |
---|
public AbstractPrefService()
Method Detail |
---|
public void initialize()
Service
NB: This method is not intended to be called directly. It is called by
the service framework itself (specifically by the ServiceHelper
)
when initializing the service. It should not be called a second time.
initialize
in interface Service
initialize
in class AbstractService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |