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, process
buildPanel
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
harvest, processResults
public SwingInputPanel createInputPanel()
InputHarvester
InputPanel
. 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)
InputHarvester
protected String getUI()
AbstractInputHarvesterPlugin
getUI
in class AbstractInputHarvesterPlugin<JPanel,JPanel>
Copyright © 2015–2022 SciJava. All rights reserved.