Package | Description |
---|---|
org.scijava | |
org.scijava.ui | |
org.scijava.ui.console | |
org.scijava.widget |
Class and Description |
---|
WidgetService
Interface for services that manage available
InputWidget s. |
Class and Description |
---|
AbstractInputHarvester
Abstract superclass for
InputHarvester s. |
AbstractInputWidget
Base class for input widgets.
|
InputHarvester
An input harvester collects
Module input values, according to the
following steps:
Create an InputPanel with widgets corresponding to the module
inputs.
Present the panel, if in a UI context.
Harvest the final widget values from the panel, updating the
Module '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.
|
Class and Description |
---|
UIComponent
An interface identifying an object housed within a UI component.
|
Class and Description |
---|
InputHarvester
An input harvester collects
Module input values, according to the
following steps:
Create an InputPanel with widgets corresponding to the module
inputs.
Present the panel, if in a UI context.
Harvest the final widget values from the panel, updating the
Module '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 particular
InputWidget . |
WidgetService
Interface for services that manage available
InputWidget s. |
Copyright © 2009–2024 SciJava. All rights reserved.