Interface | Description |
---|---|
InputWidgetInterface |
Represents a generic input widget on the frame.
|
Class | Description |
---|---|
ComboBoxOption |
An option on a combo box used to select additional MELTING options.
|
HybridizationWidget |
A dialog where the user can specify a particular hybridization type.
|
InputField<W extends java.awt.Component & InputWidgetInterface> |
A widget for enter in a value, together with a label to tell you what to
enter.
|
InputFieldArray<W extends java.awt.Component & InputWidgetInterface> |
A vertical array of widgets, each with a label describing what to type in
it.
|
MeltingComboBox |
A combo box where the user can specify a particular option.
|
MeltingTextArea |
A text area for use with the MELTING program.
|
MeltingTextField |
A text box for use with the MELTING program.
|
OutputField |
A label together with a non-editable text box for displaying results.
|