Class FilteringComboBox<E>

    • Constructor Detail

      • FilteringComboBox

        public FilteringComboBox​(E[] elements)
        Create a new FilteringComboBox, using the given list of elements.
        Parameters:
        elements - The elements to let the user select from.