|
Class Summary |
| AbstractOption |
Default abstract implementation of the Option interface. |
| AbstractOptionElement |
Default abstract implementation of the OptionElement interface. |
| AbstractOptionProperties |
Default abstract implementation of the OptionElement interface. |
| BooleanOption |
An option for boolean values, represented as a checkbox. |
| ButtonOption |
Option implementation with a JButton as the underlying component. |
| ComboBoxOption |
Option that uses a combo box to select its value. |
| FileChooserOption |
This option encapsulates a file chooser control. |
| FillerOption |
An option for boolean values, represented as a checkbox. |
| FormattedNumberOption |
Option class for numbers formatted using a pattern, as defined in class
DecimalFormat. |
| JavaOption |
An option that displays a UI component created through a Java class. |
| JavaOption.JavaOptionMouseListener |
Abstract superclass for mouse listeners set on this type of option. |
| LabelOption |
An option for simple labels that have text, an icon, or both. |
| ListOption |
Option holding a JList as its UI component. |
| OptionPanel |
Instances of this page represent dynamic UI components representing a page (or panel) container,
with the underlying Swing component being a JPanel. |
| PasswordOption |
Option for a password value. |
| PlainTextOption |
Option for a plain string value. |
| RadioButtonOption |
An option for boolean values, represented as a radio button. |
| SpinnerNumberOption |
An option that uses a JSpinner control to edit its value. |
| SplitPaneOption |
This option class encapsulates a split pane, as the one present in the Swing api. |
| TabbedPaneOption |
This option class encapsulates a tabbed pane, as the one present in the Swing api. |
| TextAreaOption |
An option that uses a JTextArea to edit its value. |
| TextOption |
Text option displayed as a text field. |
| ToolbarOption |
This option class encapsulates a JToolBar. |
| ToolbarSeparatorOption |
An option for boolean values, represented as a checkbox. |