Package | Description |
---|---|
org.scijava.ui.awt.widget | |
org.scijava.ui.swing.widget | |
org.scijava.widget |
Modifier and Type | Class and Description |
---|---|
class |
AWTInputPanel
AWT implementation of
InputPanel . |
Modifier and Type | Method and Description |
---|---|
boolean |
AWTInputHarvester.harvestInputs(InputPanel<Panel,Panel> inputPanel,
Module module) |
Modifier and Type | Class and Description |
---|---|
class |
SwingInputPanel
Swing implementation of
InputPanel . |
Modifier and Type | Method and Description |
---|---|
boolean |
SwingInputHarvester.harvestInputs(InputPanel<JPanel,JPanel> inputPanel,
Module module) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputPanel<P,W>
Abstract superclass of UI-specific
InputPanel implementations. |
Modifier and Type | Method and Description |
---|---|
InputPanel<P,W> |
InputHarvester.createInputPanel()
Constructs an empty
InputPanel . |
InputPanel<?,?> |
WidgetModel.getPanel()
Gets the input panel intended to house the widget.
|
InputPanel<?,?> |
DefaultWidgetModel.getPanel() |
Modifier and Type | Method and Description |
---|---|
void |
InputHarvester.buildPanel(InputPanel<P,W> inputPanel,
Module module)
Populates the given
InputPanel with widgets corresponding to the
given Module instance. |
void |
AbstractInputHarvester.buildPanel(InputPanel<P,W> inputPanel,
Module module) |
default WidgetModel |
WidgetService.createModel(InputPanel<?,?> inputPanel,
Module module,
ModuleItem<?> item,
List<?> objectPool)
Create a
WidgetModel for the given module input. |
boolean |
InputHarvester.harvestInputs(InputPanel<P,W> inputPanel,
Module module)
Gathers input values from the user or other source.
|
default void |
InputHarvester.processResults(InputPanel<P,W> inputPanel,
Module module)
Does any needed processing, after input values have been harvested.
|
Constructor and Description |
---|
DefaultWidgetModel(Context context,
InputPanel<?,?> inputPanel,
Module module,
ModuleItem<?> item,
List<?> objectPool) |
Copyright © 2015–2022 SciJava. All rights reserved.