Class SelectOptionUI

    • Field Detail

      • box

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

      • SelectOptionUI

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