Package edu.jhu.ece.iacl.jist.pipeline.view.input

Contains GUI views to input parameter values.

See:
          Description

Interface Summary
ParamViewObserver Observer to observe parameter changes.
Refreshable Refreshable defines a class that is periodicaly refreshed to reflect external changes to the system.
 

Class Summary
AlgorithmInformationDialog Dialog to view/edit information about the algorithm.
AlgorithmInformationDialog.AuthorDialog Author dialog allows user to edit author information.
AlgorithmInformationDialog.AuthorListBox Author list box displays author information.
AlgorithmInformationDialog.CitationDialog Citation dialog allows user to edge citation information.
AlgorithmInformationDialog.CitationListBox Citation list box displays citations formated as HTML.
InformationListBox<T> A customized list box for displaying and editing algorithm information.
ParamBooleanInputView Boolean Parameter Input View creates a checkbox to enter the parameter.
ParamCollectionInputView Collection Parameter Input View creates a vertical list of child parameters.
ParamCollectionPaneInputView A collection input view that displays parameters in outlined panes instead of tabbed panes.
ParamCollectionPipelineInputView Collection Parameter Input View creates a vertical list of child parameters.
ParamCollectionWindowInputView Display collection of parameters in different windows.
ParamColorInputView The Class ParamColorInputView.
ParamDataLabelInputView Data Label Input View displays a combobox to select an image and a scroll pane to display the discovered data labels for that image.
ParamDoubleSliderInputView The Class ParamDoubleSliderInputView.
ParamFileCollectionInputView Input view to select multiple files.
ParamFileInputView File Parameter Input View creates a text field to enter a file and a browse button to select a file.
ParamHiddenInputView A hidden input field.
ParamInformationInputView File Parameter Input View creates a text field to enter a file and a browse button to select a file.
ParamInputView Generic input view to enter a parameter value.
ParamIntegerSliderInputView The Class ParamIntegerSliderInputView.
ParamMatrixInputView Input View creates a text field to enter a numerical value.
ParamMipavDialogInputView Displays a mipav dialog to input information.
ParamMultiOptionInputView Input view to select multiple options.
ParamNumberCollectionInputView Input view to select multiple numbers.
ParamNumberSliderInputView Input view to select a number via a slider.
ParamNumberSpinnerInputView Input View creates a spinner box to enter an integer value between the minimum and maximum value for the parameter.
ParamNumberTextInputView Input View creates a text field to enter a numerical value.
ParamOptionCollectionInputView Input View to select multiple options from list.
ParamOptionInputView Input view to select a particular text option from a combobox.
ParamPointDoubleTextInputView Input View creates a text field to enter a point value.
ParamPointFloatTextInputView Input View creates a text field to enter a point value.
ParamPointSpinnerInputView Input View creates a text field to enter a point value.
ParamTextInputView Input View creates a text field to enter a numerical value.
ParamURIInputView File Parameter Input View creates a text field to enter a file and a browse button to select a file.
ParamVolumeCollectionInputView Input view to select multiple images.
ParamVolumeInputView Volume Parameter Input View allows the user to select a currently opened image from a combobox.
ParamVolumeInputView.VolumeListBoxItem List box item that displays the image name.
ParamVolumeURICollectionInputView Input view to select multiple images.
ParamVolumeURIInputView Volume Parameter Input View allows the user to select a currently opened image from a combobox.
ParamVolumeURIInputView.VolumeListBoxItem  
ParamWeightedVolumesInputView Input view to specify a collection of volumes with a specific weight.
ParamWeightedVolumesURIInputView Input view to specify a collection of volumes with a specific weight.
Refresher The Class Refresher.
 

Package edu.jhu.ece.iacl.jist.pipeline.view.input Description

Contains GUI views to input parameter values.