Package | Description |
---|---|
org.scijava.widget |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWidgetModel
The backing data model for a particular
InputWidget . |
Modifier and Type | Method and Description |
---|---|
default WidgetModel |
WidgetService.createModel(InputPanel<?,?> inputPanel,
Module module,
ModuleItem<?> item,
List<?> objectPool)
Create a
WidgetModel for the given module input. |
WidgetModel |
AbstractInputWidget.get() |
WidgetModel |
InputWidget.get()
Gets the model object backing this widget.
|
Modifier and Type | Method and Description |
---|---|
default Class<WidgetModel> |
WidgetService.getType() |
default Class<WidgetModel> |
InputWidget.getType() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInputWidget.set(WidgetModel model) |
void |
InputWidget.set(WidgetModel model)
Initializes the widget to use the given widget model.
|
boolean |
AbstractInputWidget.supports(WidgetModel data) |
default boolean |
InputWidget.supports(WidgetModel model)
Gets whether this widget would be appropriate for the given model.
|
Copyright © 2009–2023 SciJava. All rights reserved.