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.
|
pluginServicedispose, getContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreate, initialize, supportsfindcreate, getPlugins, getPluginService, pluginServiceregisterEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic 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.