| Class | Description |
|---|---|
| BorderBuilder |
A class that places a border type on a specified component type.
|
| BorderedButtonPanel |
A class that produces a panel which contains a button with a border
around it.
|
| Dialogs |
A class that handles simple dialogs used in the RNAstructure GUI.
|
| FieldPanel |
A class that creates a panel which holds aligned input fields.
|
| FieldPanel.FilePanel |
An inner class that handles a panel which contains file fields.
|
| FileField |
A class that creates a text field which holds a file name.
|
| HTMLCheckBox |
A class that creates a check box whose text is HTML.
|
| NumberField |
A class that creates a text field whose contents may be bounded by a
minimum or maximum value.
|
| NumberField.DoubleField |
An inner class that handles a field which contains a double value.
|
| NumberField.FloatField |
An inner class that handles a field which contains a float value.
|
| NumberField.IntegerField |
An inner class that handles a field which contains an integer value.
|
| ProgressPanel | |
| RadioButtonPanel |
A class that creates a panel containing a group of radio buttons.
|
| RecentFileButton | |
| RecentFileButton.ExtensionFileFilter | |
| ScrollerPane |
A class that creates a scroll pane that can be controlled via the keyboard.
|
| StandardFileChooser | |
| ValueSelectionDialog |
A class which creates a dialog that selects values from labeled text fields.
|