Class StringOptionUI

    • Field Detail

      • box

        private final javax.swing.JComboBox<java.lang.String> box
    • Constructor Detail

      • StringOptionUI

        public StringOptionUI​(StringOption option,
                              boolean editable)
        Creates a new StringOptionUI for the given StringOption.
        Parameters:
        option - The StringOption to make a user interface for.
        editable - Whether user can modify the setting.