Package org.esa.snap.core.param.editors
Contains GUI classes for specific parameter classes. Each parameter class
is associated with a specific editor class.
-
Class Summary Class Description BooleanEditor An editor which uses aJCheckBox
.ColorEditor An editor which uses a colouredJComponent
if, when clicked, opens aJColorChooser
.ComboBoxEditor An editor which uses aJComboBox
.FileEditor An editor for parameters of typeFile
.LabelEditor An "editor" which is a label component.ListEditor An editor which uses aJList
.RadioButtonEditor An editor which uses aJRadioButton
.TextFieldEditor An editor which uses aJTextField
orJTextArea
.TextFieldXEditor An editor which uses aJTextField
orJTextArea
and anotherJComponent
used to invoke an extra editor which lets the user edit the value in the text field.