Uses of Interface
org.scijava.widget.WidgetModel
-
Packages that use WidgetModel Package Description org.scijava.widget -
-
Uses of WidgetModel in org.scijava.widget
Classes in org.scijava.widget that implement WidgetModel Modifier and Type Class Description classDefaultWidgetModelThe backing data model for a particularInputWidget.Methods in org.scijava.widget that return WidgetModel Modifier and Type Method Description default WidgetModelWidgetService. createModel(InputPanel<?,?> inputPanel, Module module, ModuleItem<?> item, List<?> objectPool)Create aWidgetModelfor the given module input.WidgetModelAbstractInputWidget. get()WidgetModelInputWidget. get()Gets the model object backing this widget.Methods in org.scijava.widget that return types with arguments of type WidgetModel Modifier and Type Method Description default Class<WidgetModel>InputWidget. getType()default Class<WidgetModel>WidgetService. getType()Methods in org.scijava.widget with parameters of type WidgetModel Modifier and Type Method Description voidAbstractInputWidget. set(WidgetModel model)voidInputWidget. set(WidgetModel model)Initializes the widget to use the given widget model.booleanAbstractInputWidget. supports(WidgetModel data)default booleanInputWidget. supports(WidgetModel model)Gets whether this widget would be appropriate for the given model.
-