Uses of Package
org.scijava.widget
-
Packages that use org.scijava.widget Package Description org.scijava org.scijava.ui org.scijava.ui.console org.scijava.widget -
Classes in org.scijava.widget used by org.scijava Class Description WidgetService Interface for services that manage availableInputWidgets. -
Classes in org.scijava.widget used by org.scijava.ui Class Description AbstractInputHarvester Abstract superclass forInputHarvesters.AbstractInputWidget Base class for input widgets.InputHarvester An input harvester collectsModuleinput values, according to the following steps: Create anInputPanelwith widgets corresponding to the module inputs. Present the panel, if in a UI context. Harvest the final widget values from the panel, updating theModule's input values to match the harvested values. Perform any other needed processing of the results (marking inputs as resolved, storing persisted values to preferences, etc.).InputWidget Interface for input widgets.UIComponent An interface identifying an object housed within a UI component. -
Classes in org.scijava.widget used by org.scijava.ui.console Class Description UIComponent An interface identifying an object housed within a UI component. -
Classes in org.scijava.widget used by org.scijava.widget Class Description InputHarvester An input harvester collectsModuleinput values, according to the following steps: Create anInputPanelwith widgets corresponding to the module inputs. Present the panel, if in a UI context. Harvest the final widget values from the panel, updating theModule's input values to match the harvested values. Perform any other needed processing of the results (marking inputs as resolved, storing persisted values to preferences, etc.).InputPanel Flexible panel-building interface, for use with UIs that prompt for input values of various types.InputWidget Interface for input widgets.UIComponent An interface identifying an object housed within a UI component.WidgetModel The backing data model for a particularInputWidget.WidgetService Interface for services that manage availableInputWidgets.