public class DefaultWidgetService extends AbstractWrapperService<WidgetModel,InputWidget<?,?>> implements WidgetService
InputWidgets.| 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, supportscreate, getPlugins, getPluginServicedispose, getContext, registerEventHandlers, setContext, toStringcompareTo, getInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreatecreate, getPlugins, getPluginServiceinitialize, registerEventHandlerscontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfodisposepublic WidgetModel createModel(InputPanel<?,?> inputPanel, Module module, ModuleItem<?> item, List<?> objectPool)
WidgetServiceWidgetModel for the given module input.createModel in interface WidgetServicepublic Class<InputWidget<?,?>> getPluginType()
PTServicegetPluginType in interface PTService<InputWidget<?,?>>public Class<WidgetModel> getType()
TypedgetType in interface Typed<WidgetModel>Copyright © 2009–2016 SciJava. All rights reserved.