Uses of Interface
org.scijava.widget.InputPanel
-
Packages that use InputPanel Package Description org.scijava.widget -
-
Uses of InputPanel in org.scijava.widget
Classes in org.scijava.widget that implement InputPanel Modifier and Type Class Description classAbstractInputPanel<P,W>Abstract superclass of UI-specificInputPanelimplementations.Methods in org.scijava.widget that return InputPanel Modifier and Type Method Description InputPanel<P,W>InputHarvester. createInputPanel()Constructs an emptyInputPanel.InputPanel<?,?>DefaultWidgetModel. getPanel()InputPanel<?,?>WidgetModel. getPanel()Gets the input panel intended to house the widget.Methods in org.scijava.widget with parameters of type InputPanel Modifier and Type Method Description voidAbstractInputHarvester. buildPanel(InputPanel<P,W> inputPanel, Module module)voidInputHarvester. buildPanel(InputPanel<P,W> inputPanel, Module module)Populates the givenInputPanelwith widgets corresponding to the givenModuleinstance.default WidgetModelWidgetService. createModel(InputPanel<?,?> inputPanel, Module module, ModuleItem<?> item, List<?> objectPool)Create aWidgetModelfor the given module input.booleanInputHarvester. harvestInputs(InputPanel<P,W> inputPanel, Module module)Gathers input values from the user or other source.default voidInputHarvester. processResults(InputPanel<P,W> inputPanel, Module module)Does any needed processing, after input values have been harvested.Constructors in org.scijava.widget with parameters of type InputPanel Constructor Description DefaultWidgetModel(Context context, InputPanel<?,?> inputPanel, Module module, ModuleItem<?> item, List<?> objectPool)
-