Class HistoryComboBoxModel

    • Method Detail

      • addAllStrings

        public void addAllStrings​(List<String> strings)
        Adds strings to the model.

        Strings are added only until the max. history size is reached.

        Parameters:
        strings - the strings to add
      • asStringList

        public List<StringasStringList()
        Gets all items in the history as a list of strings.
        Returns:
        the items in the history