Interface ICompletionProposalSorter


public interface ICompletionProposalSorter
An ICompletionProposalSorter provides support for sorting proposals of a content assistant.

Implementors of this interface have to register this sorter with the content assist whenever needed. See ContentAssistant.setSorter(ICompletionProposalSorter) for more information on how to register a proposal sorter.

Since:
3.8
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The orderings imposed by an implementation need not be consistent with equals.