Class HistoryPredictor

    • Constructor Detail

      • HistoryPredictor

        public HistoryPredictor()
    • Method Detail

      • computeListData

        public java.util.List<AutoCompleterItem> computeListData​(java.lang.String prevText,
                                                                 boolean contextualOnly)
        Description copied from class: AutoCompleterListView
        Compute the items visible in the auto-completer list
        Specified by:
        computeListData in class AutoCompleterListView
        Parameters:
        prevText - the text in the editing field up to the cursor location
        Returns:
        a list of AutoCompleterItems.