public abstract class AbstractPrefService extends AbstractService implements PrefService
PrefService
implementation. Calls
Prefs.setDelegateService(PrefService, double)
on this Service
during initialization.Constructor and Description |
---|
AbstractPrefService() |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Performs any needed initialization when the service is first loaded.
|
dispose, getContext, registerEventHandlers, setContext, toString
compareTo, getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
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
Copyright © 2009–2015 SciJava. All rights reserved.