public class SwingInputHarvester extends AbstractInputHarvesterPlugin<JPanel,JPanel>
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box.PRIORITY| Constructor and Description |
|---|
SwingInputHarvester() |
| Modifier and Type | Method and Description |
|---|---|
SwingInputPanel |
createInputPanel()
Constructs an empty
InputPanel. |
protected String |
getUI()
Gets the name (or class name) of the input harvester's affiliated UI.
|
boolean |
harvestInputs(InputPanel<JPanel,JPanel> inputPanel,
Module module)
Gathers input values from the user or other source.
|
cancel, getCancelReason, isCanceled, processbuildPanelcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextharvest, processResultspublic SwingInputPanel createInputPanel()
InputHarvesterInputPanel. Widgets are added later using the
InputHarvester.buildPanel(org.scijava.widget.InputPanel<P, W>, org.scijava.module.Module) method.public boolean harvestInputs(InputPanel<JPanel,JPanel> inputPanel, Module module)
InputHarvesterprotected String getUI()
AbstractInputHarvesterPlugingetUI in class AbstractInputHarvesterPlugin<JPanel,JPanel>Copyright © 2015–2022 SciJava. All rights reserved.