Package org.scijava.widget
Class DefaultWidgetService
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.service.AbstractService
-
- org.scijava.plugin.AbstractPTService<PT>
-
- org.scijava.plugin.AbstractTypedService<DT,PT>
-
- org.scijava.plugin.AbstractWrapperService<WidgetModel,InputWidget<?,?>>
-
- org.scijava.widget.DefaultWidgetService
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Disposable,Identifiable,Initializable,Locatable,Logged,HasPluginInfo,PTService<InputWidget<?,?>>,RichPlugin,SciJavaPlugin,TypedService<WidgetModel,InputWidget<?,?>>,WrapperService<WidgetModel,InputWidget<?,?>>,Prioritized,SciJavaService,Service,Typed<WidgetModel>,Versioned,WidgetService
public class DefaultWidgetService extends AbstractWrapperService<WidgetModel,InputWidget<?,?>> implements WidgetService
Default service for managing availableInputWidgets.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description DefaultWidgetService()
-
Method Summary
-
Methods inherited from class org.scijava.plugin.AbstractPTService
pluginService
-
Methods inherited from class org.scijava.service.AbstractService
getContext, setContext, toString
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
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.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.Disposable
dispose
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.PTService
create, getPlugins, getPluginService, pluginService
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.service.Service
registerEventHandlers
-
Methods inherited from interface org.scijava.plugin.TypedService
find
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
Methods inherited from interface org.scijava.widget.WidgetService
createModel, getPluginType, getType
-
Methods inherited from interface org.scijava.plugin.WrapperService
create, initialize, supports
-
-