public class DefaultWidgetService extends AbstractWrapperService<WidgetModel,InputWidget<?,?>> implements WidgetService
InputWidget
s.Constructor and Description |
---|
DefaultWidgetService() |
Modifier and Type | Method and Description |
---|---|
WidgetModel |
createModel(InputPanel<?,?> inputPanel,
Module module,
ModuleItem<?> item,
List<?> objectPool)
Create a
WidgetModel for the given module input. |
Class<InputWidget<?,?>> |
getPluginType()
Gets the type of plugins managed by this service.
|
Class<WidgetModel> |
getType()
Gets the type associated with the object.
|
create, initialize, supports
create, getPlugins, getPluginService
dispose, getContext, registerEventHandlers, setContext, toString
compareTo, getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
create
create, getPlugins, getPluginService
initialize, registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
public WidgetModel createModel(InputPanel<?,?> inputPanel, Module module, ModuleItem<?> item, List<?> objectPool)
WidgetService
WidgetModel
for the given module input.createModel
in interface WidgetService
public Class<InputWidget<?,?>> getPluginType()
PTService
getPluginType
in interface PTService<InputWidget<?,?>>
public Class<WidgetModel> getType()
Typed
getType
in interface Typed<WidgetModel>
Copyright © 2009–2015 SciJava. All rights reserved.