public class AWTInputHarvester extends AbstractInputHarvesterPlugin<Panel,Panel>
InputHarvester
that collects input parameter
values from the user using an AWTInputPanel
dialog box.PRIORITY
Constructor and Description |
---|
AWTInputHarvester() |
Modifier and Type | Method and Description |
---|---|
AWTInputPanel |
createInputPanel()
Constructs an empty
InputPanel . |
protected String |
getUI()
Gets the name (or class name) of the input harvester's affiliated UI.
|
boolean |
harvestInputs(InputPanel<Panel,Panel> 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 AWTInputPanel 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<Panel,Panel> inputPanel, Module module)
InputHarvester
protected String getUI()
AbstractInputHarvesterPlugin
getUI
in class AbstractInputHarvesterPlugin<Panel,Panel>
Copyright © 2015–2022 SciJava. All rights reserved.