Class AutoCompletionItem

  • All Implemented Interfaces:
    Comparable<AutoCompletionItem>

    public class AutoCompletionItem
    extends Object
    implements Comparable<AutoCompletionItem>
    Represents an entry in the set of auto completion values. An AutoCompletionItem has a priority and a value. The priority helps to sort the auto completion items according to their importance. For instance, in an auto completion set for tag names, standard tag names would be assigned a higher priority than arbitrary tag names present in the current data set. There are three priority levels, AutoCompletionPriority. The value is a string which will be displayed in the auto completion list.
    Since:
    12859 (copied from gui.tagging.ac.AutoCompletionListItem)